Re: Disk space problem

2011-12-12 Thread Ulrich Eckhardt
Am 12.12.2011 23:40, schrieb Xiaogang Zhang: I am not too familiar with SVN, but have to use it now, on a Windows 2003 server. I have created a repository in the disk E, and start to import a large project to it. In the halfway, I got a message from the OS saying the C drive space is low, it see

Disk space problem

2011-12-12 Thread Xiaogang Zhang
I am not too familiar with SVN, but have to use it now, on a Windows 2003 server. I have created a repository in the disk E, and start to import a large project to it. In the halfway, I got a message from the OS saying the C drive space is low, it seems to me that SVN is storing data onto the

Re: Hypervisor Support - Virtual Guest Image Versioning

2011-12-12 Thread Nico Kadel-Garcia
On Sun, Dec 11, 2011 at 7:50 PM, wrote: > I am specifically looking at the Xen hypervisor but it may have broader > applicability. > > I am in a personal workstation environment using Xen as a hypervisor > managing a half dozen guest operating systems.  I am planning on one of > those to be an Ap

Re: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Jeff Kowalczyk
Daniel Shahaf daniel.shahaf.name> writes: > Jeff Kowalczyk wrote on Mon, Dec 12, 2011 at 20:59:00 +: > > I am now able to access svn:// urls, so the local problem is > > masked, although not fully understood. I'd like to follow it to > > the cause so I can file a Gentoo bug if needed. > > >

Re: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Daniel Shahaf
Jeff Kowalczyk wrote on Mon, Dec 12, 2011 at 20:59:00 +: > I am now able to access svn:// urls, so the local problem is masked, although > not fully understood. I'd like to follow it to the cause so I can file a > Gentoo > bug if needed. > Can you eavesdrop the svn:// protocol handshake and

Re: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Jeff Kowalczyk
Brenden Walker drbsystems.com> writes: > Just thought I'd chime in here as I'm on Gentoo and working fine. > Just did an emerge --sync and double checked my update status. > > subversion-1.6.17-r78 > cyrus-sasl-2.1.23-r4 > neon-0.29.6 > > Those are the latest stable packages on x86 and amd64.

Re: Pre commit hook script help needed

2011-12-12 Thread Ryan Schmidt
On Dec 12, 2011, at 05:19, Amitakhya Phukan wrote: > I have this issue with me. I have a SVN structure foo like this : > > Foo > | > | > |_ Docs > | > | > | > |__ Bar > > > Now there is a pre-commit hook that checks for some conditions before > allowing commits into Foo. Howe

RE: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Brenden Walker
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: Monday, December 12, 2011 3:16 PM > To: Jeff Kowalczyk; users@subversion.apache.org > Subject: Re: svn: E170001: Unable to connect to a repository at URL > svn:// > > Stefan Sperling wrote on Mon, Dec 12, 2

Re: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Dec 12, 2011 at 20:58:39 +0100: > On Mon, Dec 12, 2011 at 07:53:42PM +, Jeff Kowalczyk wrote: > > Stefan Sperling elego.de> writes: > > > > > > > > What dependency of subversion would be involved with svn:// URLs only, > > > > such that > > > > a problem with tha

Re: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Stefan Sperling
On Mon, Dec 12, 2011 at 07:53:42PM +, Jeff Kowalczyk wrote: > Stefan Sperling elego.de> writes: > > > > > > What dependency of subversion would be involved with svn:// URLs only, > > > such that > > > a problem with that dependency would not affect subversion's ability to > > > interface with

Re: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Jeff Kowalczyk
Stefan Sperling elego.de> writes: > > > > What dependency of subversion would be involved with svn:// URLs only, > > such that > > a problem with that dependency would not affect subversion's ability to > > interface with http(s):// urls? > > > > I have rebuilt subversion, cyrus-sasl and neon. C

Re: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Daniel Shahaf
Jeff Kowalczyk wrote on Mon, Dec 12, 2011 at 19:28:59 +: > What dependency of subversion would be involved with svn:// URLs only, such > that > a problem with that dependency would not affect subversion's ability to > interface with http(s):// urls? cyrus-sasl (which is an optional dependenc

Re: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Stefan Sperling
On Mon, Dec 12, 2011 at 07:28:59PM +, Jeff Kowalczyk wrote: > On one system running ~amd64 Gentoo Linux, all svn:// repository URLs return > svn: E170001. I have tested repositories on multiple hosts e.g. Gentoo > Overlay, > Zope, etc. to rule out auth issues with a specific server. My other G

svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Jeff Kowalczyk
On one system running ~amd64 Gentoo Linux, all svn:// repository URLs return svn: E170001. I have tested repositories on multiple hosts e.g. Gentoo Overlay, Zope, etc. to rule out auth issues with a specific server. My other Gentoo ~amd64 systems work fine with svn:// urls. What dependency of subv

Re: Subversion Exception in 1.7.1/2

2011-12-12 Thread Philip Martin
Paul Coulson writes: > I am checking out a svn folder to Windows desktop, but have set the > svn:externals property on this folder to check out a lib at C:/lib: > > svn:externals C:/lib This is issue 4073: http://subversion.tigris.org/issues/show_bug.cgi?id=4073 use a relative path such as "l

Re: Which version of subversion is the best?

2011-12-12 Thread Daniel Shahaf
1.7.2 --- the release (.2) in the latest minor line (1.7.x) aykut kanyılmaz wrote on Mon, Dec 12, 2011 at 14:38:55 +0200: > Hi, > > I'm planning to upgrade existing subversion. we recently use subversion > 1.4.5. > > I'm asking about versions of subversion. > > which one is the best? and why is

Subversion Exception in 1.7.1/2

2011-12-12 Thread Paul Coulson
I have just started to use the svn:externals keyword. I am checking out a svn folder to Windows desktop, but have set the svn:externals property on this folder to check out a lib at C:/lib: svn:externals C:/lib The lib is a svn repository containing only binary files and no folders. When I ch

Which version of subversion is the best?

2011-12-12 Thread aykut kanyılmaz
Hi, I'm planning to upgrade existing subversion. we recently use subversion 1.4.5. I'm asking about versions of subversion. which one is the best? and why is it the best? Could you explain about this subject to determine to upgrade stable version? I need your help? thanks..

Pre commit hook script help needed

2011-12-12 Thread Amitakhya Phukan
Hello all, I have this issue with me. I have a SVN structure foo like this : Foo | | |_ Docs | | | |__ Bar Now there is a pre-commit hook that checks for some conditions before allowing commits into Foo. However, I want to exclude Docs folder/file from this checking exercise. I