Change SVNParentPath

2010-01-18 Thread Juan Jesús Cremades Monserrat
Hi! I continue building a svn server with remote datasource. I want to look up an idea: If I mount a remote hard disk across SAMBA and I change the SVNParentPath to this device, will it be works fine? Thanks!!!

RE: How to use GNOME keyring with Subversion

2010-01-18 Thread Giulio Troccoli
> Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB Registered in England and Wales No 3027851VAT Reg No 778499447 -Original Message- > From: Mark Phippard [mailto:markp...@gmail.com] > Sent: 15 January 2010 16:37 > To: Giulio Troc

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

2010-01-18 Thread Ullrich.Jans
Peter Koellner wrote: > 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 http://loca

Re: Change SVNParentPath

2010-01-18 Thread Ulrich Eckhardt
On Monday 18 January 2010, Juan Jesús Cremades Monserrat wrote: > I continue building a svn server with remote datasource. I want to look > up an idea: If I mount a remote hard disk across SAMBA and I change the > SVNParentPath to this device, will it be works fine? Thanks!!! I think the FAQ conta

RE: sync bug -> corrupted proxy repo

2010-01-18 Thread Jon Foster
Hi, > I am assuming that if the commits must start at least one > second apart - then the sync from the post-commit hook > would not be able to reach a race condition. > Is this a reasonable assumption? No, the bug is worse than that. Suppose there are 3 commits: - At time 12:00:00, a commit st

Re: Errors while checking out large directory

2010-01-18 Thread Andy Levy
On Fri, Jan 15, 2010 at 15:16, Mark Phippard wrote: > On Fri, Jan 15, 2010 at 3:08 PM, Andy Levy wrote: >> I've found several references to this problem via Google & the list >> archives, but never any answers. >> >> When checking out from *some* clients (one in particular), I get the >> followin

Re: Errors while checking out large directory

2010-01-18 Thread Mark Phippard
On Mon, Jan 18, 2010 at 8:44 AM, Andy Levy wrote: >> You should be able to just edit the %AppData%\Subversion\servers file >> on the client to tell it to use Serf over Neon (assuming your binaries >> support it). >> >> [global] >> http-library = serf >> >> If Anthill uses SVNKit then I am not sure

Re: Errors while checking out large directory

2010-01-18 Thread Andy Levy
On Mon, Jan 18, 2010 at 08:55, Mark Phippard wrote: > On Mon, Jan 18, 2010 at 8:44 AM, Andy Levy wrote: >>> You should be able to just edit the %AppData%\Subversion\servers file >>> on the client to tell it to use Serf over Neon (assuming your binaries >>> support it). >>> >>> [global] >>> http-l

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

2010-01-18 Thread Peter Koellner
On Mon, 18 Jan 2010, ullrich.j...@elektrobit.com wrote: Did you check your system, e.g. if there is enough disk space, etc.? Yes. Everything fine, nothing suspicious. (Sorry for the late answer - I guess it's not a subversion problem, so nobody felt the need to answer, as well as reading th

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

2010-01-18 Thread David Weintraub
Okay, this is late. I see you're using Apache as your transaction engine, you're using SUSE, and you're using an old version of Subversion. Sounds frightfully familiar. We use to have a similar setup. Are your repositories read/writable by the HTTP process? On SUSE, these have to be read/writable

Python & RA

2010-01-18 Thread Daniel Eggert
I've been trying to use python to use Subversion’s Remote Access library, but it crashes. #!/usr/bin/python import os import svn import svn.ra import svn.client import svn.core svn.ra.initialize() class Callbacks(svn.ra.Callbacks): def __init__(self): self.auth_baton = svn.core.

Re: Errors while checking out large directory

2010-01-18 Thread Andy Levy
On Mon, Jan 18, 2010 at 09:27, Andy Levy wrote: > On Mon, Jan 18, 2010 at 08:55, Mark Phippard wrote: >> On Mon, Jan 18, 2010 at 8:44 AM, Andy Levy wrote: You should be able to just edit the %AppData%\Subversion\servers file on the client to tell it to use Serf over Neon (assuming your

Long local absolute path problem on windows (x64).

2010-01-18 Thread Daniel Widenfalk
Hi, We've experienced a problem with checkouts to long local absolute paths. I.e. we have a repository with test cases and one of those test cases have a veeery long name for regression test purposes. Now, checking out this file usually works without a hitch but last week we hit a snag. Subversio