WINDOWS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>

WEEKLY HIGHLIGHTS

DVD Cloner45
Spyware Doctor40
1Click DVD Copy40
Apollo DVD Copy40
ABC Amber BlackBer...45
Protected Music Co...40

7-DAY TOP DOWNLOAD

#
Program
Avira AntiVir
Personal - Free
Antivirus 9.0.0.415

188,639
Windows Live
Messenger 2009
14.0.8089.726

169,902
Avira Antivir Virus
Definition File
Update November 23,
2009

148,796
FreeZ Online TV 1.31
145,574
Nexus Radio 4.2
124,425
Microsoft Office
2010 14.0.4536.1000
Beta / 2007

77,778
Y! Multi Messenger
8.x and 9.x

76,962
Windows Live
Messenger
8.5.1302.1018

60,393
DVD Shrink 3.2.0.15
49,941
RemoveWGA 1.2
49,877

WEEK'S BEST

  • Faststone Image Vi...
  • Vuze (formerly Azu...
  • Softpedia Wallpape...
  • Softpedia Wallpape...
  • Softpedia Wallpape...
  • RSSOwl 2.0 Final
  • Internet Explorer ...
  • Online Armor ++ 4....
  • cFosSpeed 5.01 Bui...
  • SONY Vegas Pro 9.0...
  • Firefox 3.6 Beta 3...
  • Nokia Photos 1.6.434
  • Windows Server 200...
  • Skype Portable 4.1...
  • Google Chrome Port...
  • PCMark Vantage Bas...
  • Kaspersky Anti-Vir...
  • Microsoft Virtual ...
  • Messenger Plus! Li...
  • WinX DVD Author [F...
  • SoftPerfect Networ...
  • System Mechanic Pr...
  • Ad Muncher 4.8 Bui...
  • Windows 7 Upgrade ...
  • Pidgin 2.6.3
  • OpenOffice.org 3.2...
  • VirtualDub 1.9.7 B...
  • Maxthon [Softpedia...
  • Spyware Doctor 7.0...
  • SUPERAntiSpyware 4...
  • Home / Windows / Programming / Other Programming Files
     Report spyware

    TortoiseSVN 1.6.6.17493

    Download button

    Downloads: 16,920  Add to download basket  Tell us about an update
    User Rating:
    Rated by:
    Very Good (4.0/5)
    51 user(s)
    Developer:

    License / Price:

    Size / OS:

    Last Updated:

    Category:
    The TortoiseSVN team | More programs
    Freeware / FREE
    18.9 MB / Windows 2K / XP / Vista / XP X64
    October 23rd, 2009, 06:03 GMT [view history]
    C: \ Programming \ Other Programming Files

     Read user reviews (0)  Add a review  Refer to a friend  Subscribe

     

    TortoiseSVN description

     

    A Subversion client, implemented as a windows shell extension

    TortoiseSVN is a really easy to use Revision control / version control / source control application for Windows. It is based on Subversion. TortoiseSVN provides a nice and easy user interface for Subversion.

    Since TortoiseSVN is a Windows shell extension, it integrates in the file explorer. That means you can use it with the tool you are most familiar with.

    Here are some key features of "TortoiseSVN":

    Easy to use:
    · all commands are available directly from the windows explorer.
    · only commands that make sense for the selected file/folder are shown. You won't see any commands that you can't use in your situation.
    · See the status of your files directly in the Windows explorer
    · descriptive dialogs, constantly improved due to user feedback
    · allows moving files by right-dragging them in the windows explorer

    All Subversion protocols are supported:
    · http://
    · https://
    · svn://
    · svn ssh://
    · file:///
    · svn XXX://

    Powerful commit dialog:
    · integrated spell checker for log messages
    · auto completion of paths and keywords of the modified files
    · text formatting with special chars

    The big picture:
    · Can create a graph of all revisions/commits. You can then easily see where you created a tag/branch or modified a file/folder
    · Graphs of commit statistics of the project
    · Easy comparing of two branches or tags

    Per project settings:
    · minimum log message length to avoid accidentally committing with an empty log message
    · language to use for the spell checker

    Integration with issue tracking systems:
    · TortoiseSVN provides a flexible mechanism to integrate any web based bug tracking system.
    · A separate input box to enter the issue number assigned to the commit, or coloring of the issue number directly in the log message itself
    · When showing all log messages, an extra column is added with the issue number. You can immediately see to which issue the commit belongs to.
    · Issue numbers are converted into links which open the webbrowser directly on the corresponding issue
    · Optional warning if a commit isn't assigned to an issue number

    Helpful Tools:
    · TortoiseMerge (Shows changes you made to your files, helps resolving conflicts, can apply patchfiles you got from users without commit access to your repository )
    · TortoiseBlame: to show blames of files. Shows also log messages for each line in a file.
    · TortoiseIDiff: to see the changes you made to your image files
    · SubWCRev: to include the revision numbers/dates/... into your source files

    Available in many languages:

    TortoiseSVN is stable:
    · Before every release, we create one or more 'release candidates' for adventurous people to test first.
    · During development cycles, many people test intermediate builds. These are built every night automatically and made available to all our users. This helps finding bugs very early so they won't even get into an official release.
    · A big user community helps out with testing each build before we release it.
    · A custom crash report tool is included in every TortoiseSVN release which helps us fix the bugs much faster, even if you can't remember exactly what you did to trigger it.

    Support:
    · Extensive and descriptive documentation is available in several formats and languages
    · A big list of frequently asked questions and problems with all the answers is also available
    · For your specific problems, we have a mailing list where many users can help you. Usually you get an answer for your problem within a few hours.

    Requirements:

    · Internet Explorer 5.5 or later
    · Windows Installer 3.1 or later

    What's New in This Release: [ read full changelog ]

    · CHG: OpenSSL 0.9.8i with capieng enabled
    · BUG: Applying a patch where a context line had UTF-BOMs
    · in it failed. (Stefan)
    · BUG: Checking out multiple folders from the repository browser failed
    · to unescape the target folder. (Stefan)
    · BUG: If an url had special chars which needed escaping below the
    · repository root, showing the log did not always work. (Stefan)
    · BUG: Comparing two revisions sometimes did not work if the url didn't
    · exist anymore in HEAD. (Stefan)
    · BUG: Diffing/Blaming from TortoiseBlame on merged revisions did not
    · work in certain situations. (Stefan)
    · BUG: Unescape the target paths when exporting the changed files from
    · the file diff dialog. (Stefan)
    · BUG: the 'unversioned' overlay for folders didn't show up for some
    · unversioned folders. (Stefan)
    · BUG: After a "mine before theirs" or "theirs before mine" resolving
    · action on the right pane in TortoiseMerge, the Undo would not
    · undo correctly. (Stefan)
    · BUG: Failures, even GPF in blame and log dialogs when specifyin...

     Softpedia guarantees that TortoiseSVN 1.6.6.17493 is 100% CLEAN, which means it does not contain any form of malware, including spyware, viruses, trojans and backdoors. [read more >]


    TAGS:

    Revision control | version control | source control | aubversion | revision | version



    HTML code for linking to this page:


    Go to top

    Windows tabGames tabDrivers tabMac tabLinux tabScripts tabMobile tabHandheld tabGadgets tabNews tab

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   ENTER NEWS SITE   |   ENGLISH BOARD   |   ROMANIAN FORUM