Re: read-only repository view

2010-03-24 Thread Eric Dalquist
That was my concern as well and the following did work without prompting for a password. I did realize though that we had a path that was not supposed to be publicly readable. In playing with how to deal with that I found the following works as well. You get 403s for write operations and read o

@ the turkey who compiled OSX svn 1.6 with hardcoded path of /opt/subversion...

2010-03-24 Thread Matt Harrison
...please don't do that again. is it asking too much to choose where to install it? or at least using something standard like /usr/local with soft links into /usr/local/bin? my opinion of CollabNet has dropped way down. regards. matt

[no subject]

2010-03-24 Thread Chong, Kim C.
Hi, I am installing Apache and Subversion on Windows 2008 R2 and am having trouble making it to authenticate using Windows domain. When accessing the Subversion repository through IE 8, I am prompted for credential (which is expected), and after I entered the credential, I am getting the followi

Re: Installing two subversion release on the same machine

2010-03-24 Thread Ulrich Eckhardt
On Wednesday 24 March 2010, emiliano.mon...@eu.steria.be wrote: > I just installed new Subversion 1.6.9 and it seems to be working, anyway > for some command it can not finde all the lib. It might be important to actually say which lib and quote the exact error message. > When you need to adjust

Re: SVN and NTFS - illegal character ':' in filename

2010-03-24 Thread David Weintraub
If you have both Unix and Windows boxes on the same project, it's very possible for someone on Unix to create a file with an invalid character or name for Windows. For example, aux.java is an invalid file name on Windows. I have a pre-commit trigger that allows you to ban characters or file names

Re: Installing two subversion release on the same machine

2010-03-24 Thread Emiliano . MONACO
Hi again, I just installed new Subversion 1.6.9 and it seems to be working, anyway for some command it can not finde all the lib. When you need to adjust my PATH and LD_LIBRARY_PATH are you meaning environment variable for my svn user???pointing to which location? Thanks again, Emiliano. Ul

Re: Retrieval of mergeinfo unsupported (even after repo upgrade)

2010-03-24 Thread James Thomson
On 24/03/2010 14:37, Mark Phippard wrote: On Wed, Mar 24, 2010 at 10:39 AM, James Thomson wrote: On 24/03/2010 14:31, Mark Phippard wrote: On Wed, Mar 24, 2010 at 10:26 AM, James Thomson wrote: Now I try and do a merge using the Subversion client in Debian: svn merge

Re: Retrieval of mergeinfo unsupported (even after repo upgrade)

2010-03-24 Thread Erik Andersson
This? http://packages.debian.org/etch-backports/libapache2-svn Cheers / Erik On Wed, Mar 24, 2010 at 3:37 PM, Mark Phippard wrote: > On Wed, Mar 24, 2010 at 10:39 AM, James Thomson > wrote: > > On 24/03/2010 14:31, Mark Phippard wrote:

Re: Retrieval of mergeinfo unsupported (even after repo upgrade)

2010-03-24 Thread Mark Phippard
On Wed, Mar 24, 2010 at 10:39 AM, James Thomson wrote: > On 24/03/2010 14:31, Mark Phippard wrote: >> >> On Wed, Mar 24, 2010 at 10:26 AM, James Thomson >>  wrote: >> >>> >>> Now I try and do a merge using the Subversion client in Debian: >>> >>>    svn mergeinfo https://mysvn/repo . >>> >>> and I

Re: Retrieval of mergeinfo unsupported (even after repo upgrade)

2010-03-24 Thread James Thomson
On 24/03/2010 14:31, Mark Phippard wrote: On Wed, Mar 24, 2010 at 10:26 AM, James Thomson wrote: Now I try and do a merge using the Subversion client in Debian: svn mergeinfo https://mysvn/repo . and I get the following error: svn: Retrieval of mergeinfo unsupported by '.' I get

Re: Retrieval of mergeinfo unsupported (even after repo upgrade)

2010-03-24 Thread Mark Phippard
On Wed, Mar 24, 2010 at 10:26 AM, James Thomson wrote: > Now I try and do a merge using the Subversion client in Debian: > >    svn mergeinfo https://mysvn/repo . > > and I get the following error: > >    svn: Retrieval of mergeinfo unsupported by '.' > > I get the same error message whether I'm u

Retrieval of mergeinfo unsupported (even after repo upgrade)

2010-03-24 Thread James Thomson
Hi, I've recently updated my Subversion package on Debian Etch to 1.5.1 via a back-port. I've gone through what I believe are all the appropriate steps but cannot for the life of me get past the following error message when I try to run svn mergeinfo: Retrieval of mergeinfo unsupported b

Re: svn-fast-backup: return value differentiation between serious failure and existing revision?

2010-03-24 Thread Stefan Sperling
On Wed, Mar 24, 2010 at 09:43:28AM +0100, Johannes Graumann wrote: > Hi, > > I'm scripting the nightly backup of my subversion repositories via 'svn- > fast-backup'. I started out summing up the return values of all invocations > in the script, intending to trigger an email if the sum is != 0, wh

svn-fast-backup: return value differentiation between serious failure and existing revision?

2010-03-24 Thread Johannes Graumann
Hi, I'm scripting the nightly backup of my subversion repositories via 'svn- fast-backup'. I started out summing up the return values of all invocations in the script, intending to trigger an email if the sum is != 0, which means I would have to have a closer look. This strategy is problematic t