PNASoft
RSS feed

Summarize

Galleries: 68   Photos: 2204
Folders: 67   Files: 2201
Members: 24963      

Recent Photos

  • None
All Tags » Subversion (RSS)


  • VisualSVN v.1.6 



    VisualSVN is a Visual Studio plugin for Subversion integration. VisualSVN adds transparent and professional source control to the most widely used IDE on the Windows platform.

    Easy to start
        * Add Solution to Subversion wizard to get started without hassle
        * Get Solution from Subversion dialog
        * TortoiseSVN integrated
        * The original command line binaries (including svn.exe)

    Transparent Source Control
        * Automatically add every created item to Subversion
        * Standard temporary items (such as obj and bin folders) are ignored by default
        * Transparently move/rename your files and folders (complete history will be preserved)
        * Drag&Drop, Copy&Paste and Save As are transparently reflected to Subversion too
        * Traffic-lights status for every versioned item in the Solution Explorer
        * Whole working copy status in the status bar
        * Quick Diff: changed parts of a file are marked in the realtime
        * Quick Revert: quickly revert changed parts of a file
        * Handy toolbar with the most important commands

    Rock-Solid Visual Studio integration
        * Track changes made outside of the IDE
        * Track unsaved changes made in the editor
        * Reliable reload of solution and projects
        * Seamless integration with built-in and third-party refactoring tools
        * Proven compatibility with any standard and with the most of third-party project types
        * Polished usability

    VisualSVN 1.6 Release Notes

    We are glad to announce the new and improved version of the professional Subversion integration for Microsoft Visual Studio - VisualSVN 1.6. This release brings significant usability improvements such as Quick Revert and editor-aware status features.

    Note that version synchronization between VisualSVN and Subversion is discontinued as VisualSVN project is going faster. VisualSVN 1.6 is built against the latest stable Subversion 1.5.4.

    New Features

    Quick Revert
    With the well known VisualSVN's Quick Diff feature you see all changed parts of your files in the real-time. The new Revert Selection command allows you to quickly revert selected changes. You can choose Revert Selection command from context menu or just run it by Ctrl+Alt+Z shortcut. Revert Selection command is integrated with the standard Undo/Redo stack so you will find this new VisualSVN's feature very useful!

    Editor-aware status
    The famous traffic-lights status becomes more precise. Now it considers even unsaved changes made in the editor.

    Hot switch

    Now you are able to switch between branches using combo-box at VisualSVN's toolbar. This is very handy when your are actively working on several branches. The UI is clean and user friendly.

    What included in the download file at pnasoft
    1. Setup version file.
    2. Serial file.
    3. Tested/Working.


    Tags: ,


  • SyncroSVN Client v.4.0 



    What is new in Syncro SVN Client 4.0

    September 2, 2008

    Version 4.0 of Syncro SVN Client adds Subversion 1.5 features like merge tracking, sparse checkout and relative URLs for the svn:externals property and a merge wizard which simplifies the SVN merge operations.

    Merge tracking
    Starting with SVN 1.5 the revision at which a branch is merged is remembered. This is useful for the next merge operation when only the changes committed to the branch after the previous merge operation are considered.

    Sparse checkout
    Sometimes not all the files and subdirectories of a repository are needed in a working copy. In these cases only the needed subdirectories and files can be checked out from the repository by selecting one of the following checkout depths for a directory: recursive, immediate children, file children only, this folder only.

    Update to revision
    A new action "Update to revision" is available in the Working Copy view. It allows updating the resources selected in the working copy to an earlier revision from the repository. The depth of the update operation on the folders can be selected from the values allowed by SVN 1.5 sparse checkout.

    Relative URLs for svn:externals
    The value of the svn:externals property can be specified using a relative URL as defined by SVN 1.5.

    Improved merging support
    A merge wizard was added to perform complex merge operations easier. Three types of merging are available: merge revision ranges, reintegrate a branch and merge two different trees. Advanced merge options can also be set.

    Improved Open With action
    The action works now on multiple file selection and is available in the Working Copy view, Synchronize view and Repository view.

    What included in the download file at pnasoft
    1. Setup version file.
    2. Keygen file.

    Tags: , ,


  • SyncroSVN Client v.4.0 Linux 



    Syncro SVN Client makes easier the document and code sharing between content authors or developers. This multiplatform Subversion front-end allows you to browse repositories, check for changes, commit changes, update your working copy and examine the revision history.

    What included in the download file at pnasoft
    1. Setup version file.
    2. Keygen file.


    Tags: , ,


  • SyncroSVN Client v.3.2 Linux 



    The Syncro SVN Client has been designed to offer powerful actions while keeping the interface as clean and simple as possible.

    Key features

    • Full SVN repository support for SVN versions 1.3 and 1.4: checkout, export, import, copy, mkdir, rename, branch, tag and delete support.     
    • The working copy view allows you to filter items and operate the whole range of SVN actions over the current selection.
    • Synchronize view helps you spot right away all incoming and outgoing changes.    
    • SVN Properties table allows you to change all standard SVN properties and define your own.
    • Supported communication protocols include SSL, HTTP/HTTPS, File.    
    • Responsive GUI. The actions on the repository do not freeze the user interface.
    • Includes an easy-to-use visual diff/merge tool. Can also compare images.    
    • Support for merging the current working copy with a set of tags or revisions.
    • Browse and manage multiple repositories at once.    
    • Easy management of more than one working copy.
    • Fast set up of the working copies.    
    • Enhanced history revision details including a history graph of all revisions.
    • Independent from the command line subversion client.    
    • Cross platform. Windows, Mac OS X and Linux are supported.
    What included in the download file at pnasoft
    1. Setup version file.
    2. Keygen file.


    Tags: , ,


  • SyncroSVN Client v.3.2 



    What is new in Syncro SVN Client 3.2

    June 11, 2008

    Version 3.2 of Syncro SVN Client adds a set of improvements to the previous version: filtering the content of the History view based on revision number and commit date, computation of the SVN annotations on a limited range of revisions, modification of the attributes of a revision in history, configurable shortcut keys for actions, editing a conflict with an external diff application, editing of global SVN configuration files and some new comparison actions.

    Filter revisions in History view
    The content of the History view can be filtered now also by revision number and commit date. In previous versions it was filtered only by author name and commit message. A Search button was added and the string entered in the search field is applied only when the button is pressed. This improves the performance of previous versions in which the filter was applied for every character entered in the search field.

    Get the annotations of a specified range of revisions
    When the history of a file is very long getting the annotations of a [file] (the author name and revision number that edited the last time each line of the file) can take a lot of time. If you need only the annotations created by a specific range of revisions you can specify the a start and end revision and get only the annotations of that range.

    Modify the attributes of a revision in history
    When the commit message of a revision is not clear or it does not cover exactly the purpose of a committed revision this message can be modified directly in the SVN repository. Also the SVN user name that committed a revision can be modified.

    Review modifications in files that will be committed
    Now it is possible to review directly from the Commit dialog the modifications that are about to be committed on a file. Just double click on a file in the list of files presented in the Commit dialog for reviewing the differences between the local version and the latest version from the repository with the file diff tool.

    Configurable shortcut keys
    Now it is possible to set and change shortcut keys for a large set of user actions available in the views and dialogs of the application. The configurable actions are listed in the Menu Shortcut Keys panel from the Preferences dialog.

    Edit conflicts with an external diff application
    The external diff application that is configured for viewing the differences between two revisions of a file is used now also for editing a SVN conflict generated in a local file by updating the file from the SVN repository.

    Ignore ancestry in a SVN merge operation
    Usually the two trees of SVN resources are merged only if they have a common ancestry. Now the case of merging two trees that are not related by a common ancestry is also supported. This is useful for example if one of the trees was imported in the SVN repository so the common ancestry is not available.

    Edit global configuration files
    The SVN client tool can be configured also with the parameters set in the global SVN files called 'config' and 'servers'. These parameters are applied to all the SVN client tools that are used by the same user. These two files can be opened for editing with two edit actions available on the Options menu.

    Apply the external diff tool in three-way diff actions
    The external diff tool configured for two-way diff actions is applied now also in three-way diff actions: edit a conflict, compare the local version of a file with the latest version from the repository HEAD.

    Compare two files selected in the Working Copy view
    The differences between two files selected in the Working Copy view can be displayed with the action Compare with Each Other available on the right click menu in this view.

    Compare action on a revision from history
    The Affected Paths area of the History view displays both files that were only modified and files that were added together with the currently selected revision of the history. Now a compare action is available in the Affected Paths area also for added files.

    Compare action on a revision of a merged file
    When selecting the revision of a SVN branch that will be merged with the SVN trunk or with other SVN branch it is useful to review the differences between a revision of a file displayed in the Affected Paths area of the History dialog and the previous revision of the same file. A compare action is now available in the Affected Paths area for displaying these differences.

    What included in the download file at pnasoft
    1. Setup version
    2. Keygen file.

    Tags: , ,
More Posts Next page »
PNASoft.com does not store any files on its server.
Please contact the content providers to delete copyright contents. Copyright by PNASoft.com