Top "Svn" questions

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

Checkout one file from Subversion

"It is not possible to check out a single file. The finest level of checkouts you can do is at …

svn version-control
Command-line svn for Windows?

Is there a command-line based version of svn for Windows? I know I can get TortoiseSVN, but that just doesn't …

windows svn command-line-interface
How do you remove Subversion control for a folder?

I have a folder, c:\websites\test, and it contains folders and files that were checked out from a repository …

svn
How do you overcome the svn 'out of date' error?

I've been attempting move a directory structure from one location to another in Subversion, but I get an Item '*…

svn
How to edit log message already committed in Subversion?

Is there a way to edit the log message of a certain revision in Subversion? I accidentally wrote the wrong …

svn commit
How to change users in TortoiseSVN

I was setting up another user to use our SVN repository. He didn't have a username/password, so I logged …

svn login tortoisesvn
What is trunk, branch and tag in Subversion?

Possible Duplicate: What do “branch”, “tag” and “trunk” really mean? What is a trunk, branch and tag in Subversion and …

svn branch tags conventions trunk
Get last dirname/filename in a file path argument in Bash

I'm trying to write a post-commit hook for SVN, which is hosted on our development server. My goal is to …

linux bash shell svn
Why am I getting tree conflicts in Subversion?

I had a feature branch of my trunk and was merging changes from my trunk into my branch periodically and …

svn merge tree-conflict
Should I use SVN or Git?

I am starting a new distributed project. Should I use SVN or Git, and why?

git svn version-control