svn - A centralized version control system.
Questions tagged [subversion]
170 questions
13
votes
5 answers
How do I add a user in SVN?
UPDATE #3:
I think I found it.
/etc/httpd/conf.d/subversion.conf
DAV svn
SVNPath /var/www/svn/repos
AuthType Basic
AuthName "Subversion repos"
AuthUserFile /etc/svn-auth-conf
Require…

scott
- 233
7
votes
2 answers
svn switch --relocate: wrong uuid?
I am trying to switch to a new SVN repository.
I currently have the following checkout:
$ svn info
svn+ssh://some.server.edu/home/name/svn-repositories/proj/trunk
Now I wanted to switch, but I get an error:
$ svn switch --relocate \
…

Frank
- 2,781
4
votes
1 answer
SVN access and indexing tool
I have a huge SVN repository where several developers make ~100 commits per day. The repository has a size of almost 4GB and each update requires me to wait for 30-60seconds.
However, I do not do development in this repository and only need access…

Chris
- 251
3
votes
1 answer
Apply astyle on commited files using SVN hooks
I would like to apply some styling to code whenever someone commits to an SVN repository, for this I use astyle on the commited changes with an svn pre-commit hook.
I can get the file names like this, but when I apply astyle, it seems the program…

0xFF
- 381
2
votes
1 answer
Check if file changed on SVN repo
I need to perform some operation if a target file is changed in the SVN repo. How can I test it?
More specifically, I have a local version of a doc.tex file from which I generate a doc.pdf file that is not on the server. If my local version of…

Gabriele
- 323
2
votes
1 answer
How to extract current revision from SVN (subversion) repo directory+files
I have an SVN repo that is managed via web interface (svn checkout https://server/repos/proj1 etc.), which all works.
Now, with every commit I wish to copy the newest version in a directory, e.g. into /home/user/somewhere/proj1/rev102/ using a shell…

Ned64
- 8,726
2
votes
0 answers
subversion svn: E175013: forbidden - temporary
we´re using subversion with authentiation set
"AuthBasicProvider file ldap".
one special user for automated builds (via quickbuild) does exist on the file as well as on the LDAP server with the same username, but different password.
Most of the time…

parampam
- 21
2
votes
1 answer
SVN: How to move the project from one repository to another repository
I am working on SVN. Actually I created 3 projects under the same repository.
Now I created 2 new repositories. Actually I want to move the existing two projects into these repositories.
I installed Subversion on Ubuntu 12.04.

Beginner
- 1,960
2
votes
3 answers
SVN changelist all my checkouts
Lets say I have 100+ files that I've checked out. Is there a way I can add all of them to a changelist without specifying them one by one, or adding them to file?

Amir Afghani
- 7,203
- 11
- 27
- 23
1
vote
1 answer
UberSVN and TortoiseSVN, Question regarding version numbers
I installed on my OpenSuSE server the UberSVN platform for Subversion system.
It has subversion 1.7.9.
I installed some time ago Tortoise client 1.7.11 and it works well, but today I found this:
"We're proud to announce that TortoiseSVN 1.7.11 has…

LucScu
- 113
1
vote
1 answer
copy folder of svn repository to a folder in another repository
My server details are as follows
centOS 6
subversion 1.6
svn paths: /var/www/svn/repo1, /var/www/svn/repo2
I have a repo1 which has directory trunk inside it.
repo1--->trunk
I have another repo2 which has trunk and in trunk i have X and Y folders…

hruday
- 87
1
vote
1 answer
How can I list subversion's runtime configuration options?
Say I want to know the value of the global-ignores option. How can I find it out?

Eugene Yarmash
- 15,095
1
vote
1 answer
SVN migration--
I need to migrate an SVN server with numerous repos to a new server. The old server was built on a legacy OS that has problems, so I decided to rebuild it.
I know only some basics on SVN usage, and I am not sure if I need to take the dump/load…

Baazigar
- 730
0
votes
0 answers
Cannot relocate svn
I have to change my SVN repo URL so I run:
svn relocate [new_url]
Output:
svn: E170011: Repository moved temporarily to [new_url]
Running echo $? gives 1 back.
Operations like checkout are also causing the same issue.
Both [new_url]s are the…

Ar Rakin
- 189
0
votes
0 answers
subversion -- can't see or clear D flag
So I've got a two-part problem that I can't figure out. I know I'm not supposed to ask two questions together, but I can't tell if they are related or not.
# ls -l lzp.xml
-rwxrwxr-x. 1 user group 49341 Sep 19 2018 lzp.xml
# svn stat | grep…

hymie
- 1,710