Top "Svn" questions

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

Better way to revert to a previous SVN revision of a file?

I accidentally committed too many files to an SVN repository and changed some things I didn't mean to. (Sigh.) In …

svn
Subversion stuck due to "previous operation has not finished"?

If I try to update my subversion repo, it says I must run cleanup. If I run cleanup, it says …

svn tortoisesvn
How to change credentials for SVN repository in Eclipse?

I have Eclipse 3.4.2 installed on Windows with subclipse. Another developer added an SVN repository with his credentials and selected 'Save …

eclipse svn subclipse subversive
Reverting single file in SVN to a particular revision

I have a file as shown below in an SVN repo that I would like to revert to a previous …

svn revert
Getting the last revision number in SVN?

Using PHP, Perl, or Python (preferably PHP), I need a way to query an SVN database and find out the …

svn
SVN upgrade working copy

I cannot do a SVN commit. I get this error: org.apache.subversion.javahl.ClientException: The working copy needs to …

svn version working-copy
How do I set up access control in SVN?

I have set up a repository using SVN and uploaded projects. There are multiple users working on these projects. But, …

svn authorization svn-administraton
How to discard local changes in an SVN checkout?

I wanted to submit a diff for review, for an Open Source Project. I got the code using SVN (from …

svn
How to set up a Subversion (SVN) server on GNU/Linux - Ubuntu

I have a laptop running Ubuntu that I would like to act as a Subversion server. Both for myself to …

linux svn ubuntu debian
Merge a Branch into Trunk

I'm facing a peculiar problem with SVN merge. I want to merge from a dev branch to trunk. We have …

svn version-control merge