-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Francois Beauregard wrote:
| I am accessing my subversion server via svn+ssh.
|
| My understanding is that the command will be :
| <command> <hostname> svnserve -t
I use
svn co svn+ssh://server/repo
at the client and a svnserve wrapper script (after renaming the svnserve
binary to svnserve.bin) at the server:
#!/bin/sh
umask 0012
/usr/local/bin/svnserve.bin -r /home/svn/repos "$@"
Also I found it necessary to wrap svn (after renaming the svn binary to
svn.bin) at the server, too:
#!/bin/sh
umask 0012
/usr/local/bin/svn.bin "$@"
Otherwise I had permission issues.
Hope this helps,
M
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBD607pJZLwlH/3aERAtY9AJ0Sx91LrQW5jKlhegyOHb3Qdg5jlQCdEz8g
+us6AZt4wdooEddUP4HfV4Q=
=wNL6
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 3 17:21:35 2004