svnsync: Got unexpected element svn::open-directory

2010-01-12 Thread War man
Hi I have been running svnsync between 2 repositories (master using CollabNet Subversion 1.6.2 and slave using 1.6.6 over http) for 3 months and it has worked flawlessly. The repository is about 600MB with mostly source code, about 7000 revisions and a lot of branches (with the resulting large

Fwd: Unable to change a commit message

2010-01-12 Thread Johan Corveleyn
[forwarding to users list, which I accidentally forgot to include] On Mon, Jan 11, 2010 at 10:19 PM, Kari McNair kmcn...@lingraphica.com wrote: I'm trying to remove an invalid character from the end of a commit message. All the correct hooks are invoked but when I use... $ svn propset -r 671

Re: SVN Server change Issue

2010-01-12 Thread Ulrich Eckhardt
On Tuesday 12 January 2010, Miao Zhu wrote: The status now we are at is: - we have 2 svn servers, one for daily-work using (http://svn.com, ip:10.0.9.120), another one is for svn server back up (http://svn_bak.com ip:10.0.9.121) - and both these 2 servers share the same storage which

RE: reuse of tag to keep stable URLs?

2010-01-12 Thread Bob Archer
I am trying to get beyond my rather simple use of svn and would like some advice. My goal is to have two releases of a package available, one bleeding edge and the other stable. I want to keep the URLs to both releases stable. This seems like a reasonably common thing that one would want,

Re: reuse of tag to keep stable URLs?

2010-01-12 Thread Brian H. Toby
Thanks very much. (BTW, your english here was just about perfect.) On Jan 12, 2010, at 5:06 AM, Andrey Repin wrote: Greetings, Brian H. Toby! I am trying to get beyond my rather simple use of svn and would like some advice. My goal is to have two releases of a package available, one bleeding

Re: Question about excessive mergeinfo

2010-01-12 Thread Geoff Rowell
On Mon, Jan 11, 2010 at 8:28 AM, Stein Somers ssom...@opnet.com wrote: No explanation here, and not the same symptoms, but you're not the only one struggling with it. I have a pre-commit hook to detect mergeinfo below root, and remove it whenever it occurs, which is rare. The repository has

how to identify the version of mod_dav_svn installed

2010-01-12 Thread Marc Lustig
Although we have installed SVN 1.6.6, the web-page delivered reports 1.4.6 Could someone advise how to identify the version of mod_dav_svn apache-module that is installed? Ty.

online tutorial on setting up new subversion/trac repo?

2010-01-12 Thread Robert P. J. Day
can someone recommend a decent online tutorial to set up a new subversion repo plus trac (that's relevant for fedora 12)? i found this: http://www.yolinux.com/TUTORIALS/LinuxSubversionAndTracServer.html but it seems to be overly verbose and doesn't specifically mention f12 (although i'm sure

Re: how to identify the version of mod_dav_svn installed

2010-01-12 Thread Marc Lustig
thanks for the hint. Can I just grab the mod_dav_svn.so and mod_authz.so files from Collabnet's 1.6.6-rpm distribution and replace the existing modules with it? Or will it result in compatibility issues with the Apache-server? Am 12.01.2010 um 16:43 schrieb Ryan Schmidt: Quoting Marc Lustig:

malformed file problem -- version 1.5.7

2010-01-12 Thread James D. Parra
Hello, One of my users committed a file to svn and now some users are getting a 'malformed file' error. These users can no longer check out or commit. 'Svnadmin verify /svnrepos' doesn't show any problems, however 'malformed file' appears when I do a nightly dump export; svnadmin dump /svnrepos

sync bug - corrupted proxy repo

2010-01-12 Thread Andersen, Krista
Twice I have seen one of my proxy repositories become corrupted due to an apparent bug in the svnsync sync process. Has anyone else seen this type of behavior from Subversion? I am able to move the corrupted proxy-repo and recreate it again without error - but I am a bit concerned about the

HELP! Can't commit anymore: svn: PROPFIND ... Service Unavailable

2010-01-12 Thread Peter Koellner
Hi! I am working on a slightly outdated OpenSuSE system that has subversion 1.4.4 installed. Since an hour or so, I can't do any commits anymore. Everything else seems to work, but no commits. I even checked out a fresh working copy with svn co

Re: Troubles with VirtualHost configuration: never asked for password

2010-01-12 Thread Andrey Repin
Greetings, Will Scheidegger! I'm having a hard time configuring my virtual host to restrict access to my subversion repository. This is what my conf looks like: #Virtual Host Configuration VirtualHost w.x.y.z:80 ServerName svn.domain.com Location /svn/myproject