Top "Svn" questions

Use this tag for questions about SVN (Subversion), a centralized open-source revision control system distributed under the Apache License.

What do "branch", "tag" and "trunk" mean in Subversion repositories?

I've seen these words a lot around Subversion (and I guess general repository) discussions. I have been using SVN for …

svn tags branch terminology trunk
What are the pros and cons of the SVN plugins for Eclipse, Subclipse and Subversive?

SVN in Eclipse is spread into two camps. The SVN people have developed a plugin called Subclipse. The Eclipse people …

svn eclipse subclipse subversive
How to have git log show filenames like svn log -v

SVN's log has a "-v" mode that outputs filenames of files changed in each commit, like so: jes5199$ svn log …

svn git logging
TortoiseSVN icons not showing up under Windows 7

I can't seem to get the icons to display under Windows 7 and I really miss this from Windows XP. How …

windows svn tortoisesvn icons
Using TortoiseSVN via the command line

I want to use commandline SVN options. I use TortoiseSVN, and I run several commands and I get the following …

svn tortoisesvn
In Subversion can I be a user other than my login name?

I'd like to know how to get Subversion to change the name that my changes appear under. I'm just starting …

svn authentication username
SVN remains in conflict?

How do I get this directory out of conflict? I don't care if it's resolved using "theirs" or "mine" or …

svn
How to properly create an SVN tag from trunk?

I am creating my first project in Subversion. So far I have branches tags trunk I think I immediately need …

svn tags
What should I do when 'svn cleanup' fails?

I have a lot of changes in a working folder, and something screwed up trying to do an update. Now …

svn
How to find my Subversion server version number?

I want to know if my server is running Subversion 1.5. How can I find that out? Also would be nice …

svn