Questions tagged [svnserve]
51 questions
0
votes
1 answer
Monitor status of an svnsync command?
I have a svnsync command running and it is displaying output like:
...
Committed revision 39.
Copied properties for revision 39.
Committed revision 40.
Copied properties for revision 40.
Committed revision 41.
...
But how do I see that these…

siliconpi
- 1,807
- 6
- 32
- 46
0
votes
1 answer
Centralized authentication with svnserve on osx
I'm running on osx server with svnserve installed, i'd like to create a centralized file for authentication between multiple project.
Use the system user is allowed but is not mandatory....what's the best solution?

Luca Bernardi
- 103
- 2
0
votes
1 answer
SVN checkout running slow via LAN
I have a small LAN at home connecting 2 computers with an switch and the switch to ADSL router. Small "server" running Ubuntu Server 10.04 LTS and client running Windows XP.
The server runs:
svnserve -d --listen-port=6999 -r ./Repo1
for a small…

veritas
- 103
- 4
0
votes
1 answer
Multiple svnserve instances on network share
we have SVN configured using a custom tunnel. Every time I commit, svnserve is started on a remote Linux machine. Thus it is possible to have several svnserves running simultaneously accessing the same repository on a network. I have found this…

Philipp
- 123
- 3
0
votes
1 answer
How to create a repository from certain files with svn?
I'm using subversion, how to do this:
import files under /target but excluding those under /target/download1 and /target/download2
Anyone can provide a demo?

wamp
- 1,197
- 3
- 12
- 17
0
votes
2 answers
svnserve vs xinetd + svnserve
What would be the best solution considering, scalability/load and security, svnserve + xinetd or standalone svnserver? Thank you!

crazybyte
- 337
- 1
- 3
- 10