Re: Cannot accept 'svn:sync-lock' property because it is not encoded in UTF-8

2010-03-17 Thread Dmitry Savvateev
Yes, I know that, but svn:sync-lock is a system property added by svnsync during synchronization, to keep the target repository locked. How do I re-encode it? 2010/3/17 Ryan Schmidt subversion-20...@ryandesign.com: On Mar 17, 2010, at 00:08, Dmitry Savvateev wrote: I've ran into the following

Re: Cannot accept 'svn:sync-lock' property because it is not encoded in UTF-8

2010-03-17 Thread Daniel Shahaf
svn:sync-lock is set by svnsync as follows: apr_err = apr_gethostname(hostname_str, sizeof(hostname_str), pool); ... mylocktoken = svn_string_createf(pool, %s:%s, hostname_str, svn_uuid_generate(pool)); ... /* Except in the very last iteration, try

Re: Error An existing connection was forcibly closed by the remote host with F5 content switch or working copy on shared drive

2010-03-17 Thread Justin Johnson
On Fri, Mar 12, 2010 at 9:34 AM, Justin Johnson jus...@honesthacker.comwrote: Hi, I'm trying to understand why the following error occurs. svn: REPORT request failed on '/svn/reponame/!svn/vcc/default' svn: REPORT of '/svn/reponame/!svn/vcc/default': Could not read response body: An

RE: Error An existing connection was forcibly closed by the remote host with F5 content switch or working copy on shared drive

2010-03-17 Thread Bert Huijben
Hi, Subversion uses the neon (or serf) library for connecting with webdav repositories. It doesn't change any of the tcp settings itself, nor does it handle the tcp connections. (Neither of those has specific MTU handling or anything like that as far as I can tell. They just

403 Forbidden in response to COPY request

2010-03-17 Thread Anton Prowse
Several users are configured to use our Subversion system via HTTPS and Basic authentication. Repos URL: https://www.example.com/repos/repos1/trunk Apache config vhost_ssl.conf: Location /repos DAV svn SVNParentPath /var/www/svn AuthzSVNAccessFile

Installing two subversion release on the same machine

2010-03-17 Thread Emiliano . MONACO
Hallo, I'm new comer in Subversion users mailing list and I want post my first question: I have Subversion 1.4.5 release up and running over a Linux CentOS machine. Due to I would like to upgrade Subversion to 1.6.9 release, I would like to know if it is possible to install two Subversion

Re: Installing two subversion release on the same machine

2010-03-17 Thread Stefan Sperling
On Wed, Mar 17, 2010 at 02:46:47PM +0100, emiliano.mon...@eu.steria.be wrote: Hallo, I'm new comer in Subversion users mailing list and I want post my first question: I have Subversion 1.4.5 release up and running over a Linux CentOS machine. Due to I would like to upgrade Subversion to

Re: 403 Forbidden in response to COPY request

2010-03-17 Thread Anton Prowse
From: Bob Archer bob.arc...@amsi.com Date: 17/03/2010 15:32 Several users are configured to use our Subversion system via HTTPS and Basic authentication. Repos URL: https://www.example.com/repos/repos1/trunk Apache config vhost_ssl.conf: Location /repos DAV svn SVNParentPath

file:/// protocol based svn repository questions

2010-03-17 Thread Jeff Marver
Hi all, We're using SharpSVN.SvnReposito​ryClient.CreateRepos​itory to create file:/// protocol based svn repositories on shared Windows network drives. Can anyone tell me the exact permissions a Windows user will need to fully interact with the repository? We're recently run into a user

Re: file:/// protocol based svn repository questions

2010-03-17 Thread Andy Levy
On Wed, Mar 17, 2010 at 11:30, Jeff Marver jmar...@serlio.com wrote: Hi all, We're using SharpSVN.SvnRepositoryClient.CreateRepository to create file:/// protocol based svn repositories on shared Windows network drives. Can anyone tell me the exact permissions a Windows user will need to

Re: Log excluding svn:mergeinfo changes

2010-03-17 Thread Stefan Sperling
On Wed, Mar 17, 2010 at 10:54:29AM -0500, Thomas S. Trias wrote: I will gladly lend time and energy as available; I envision even more affected commands, such as info and ls for their last committed revision calculation. Great, that's very much appreciated! If you haven't done so, you might

SVN and Windows/Linux permissions

2010-03-17 Thread Jeff.Drake
This might not really be a SVN question, but somebody may have encountered it. I need to be able to export code from windows hosted SVN (Apache/2.0.58 (Win32) DAV/2 SVN/1.3.1) and maintain linux permissions set by linux clients at commit time. I typically get permissions that omit the group

Re: SVN and Windows/Linux permissions

2010-03-17 Thread Andy Levy
On Wed, Mar 17, 2010 at 12:40, jeff.dr...@cox.com wrote: This might not really be a SVN question, but somebody may have encountered it. I need to be able to export code from windows hosted SVN (Apache/2.0.58 (Win32) DAV/2 SVN/1.3.1) and maintain linux permissions set by linux clients at

RE: SVN and Windows/Linux permissions

2010-03-17 Thread Jeff.Drake
The svn:executable property is maintained, the devs need some more granularity unfortunately. We aren't connecting over samba, our export is to local disk. -JDrake -Original Message- From: Andy Levy [mailto:andy.l...@gmail.com] Sent: Wednesday, March 17, 2010 1:02 PM To: Drake, Jeff

Re: SVN and Windows/Linux permissions

2010-03-17 Thread Andy Levy
On Wed, Mar 17, 2010 at 13:28, jeff.dr...@cox.com wrote: The svn:executable property is maintained, the devs need some more granularity unfortunately. We aren't connecting over samba, our export is to local disk. Subversion doesn't track permissions like you're wanting. Maybe have your

RE: SVN and Windows/Linux permissions

2010-03-17 Thread Jeff.Drake
Good eye, it is Microsoft SFU. If SVN won't track how I think the devs have asked for it, we'll have to wait until their code is re-factored to obviate the whole problem. Thanks much. -JDrake -Original Message- From: Tyler Roscoe [mailto:ty...@cryptio.net] Sent: Wednesday, March

RE: 403 Forbidden in response to COPY request

2010-03-17 Thread Jon Foster
Hi, Anton Prowse wrote: [...] [/trunk/specialfile] user2 = [...] when I authenticate as user2 I receive the following error when trying to create a branch from the trunk of repos1: Server sent unexpected return value (403 Forbidden) in response to COPY request for

NTLM proxy authentication credentials

2010-03-17 Thread Carsten Fuchs
Hi all, using svn-1.6.6 on Windows Server 2003, I experience the same problem as described by Yann Eads at http://svn.haxx.se/dev/archive-2008-02/0693.shtml In summary, proxy authentication via NTLM fails, because even though the proxy credentials are properly specified in the server

Re: NTLM proxy authentication credentials

2010-03-17 Thread Carsten Fuchs
On 17.03.2010 20:31, Carsten Fuchs wrote: using svn-1.6.6 on Windows Server 2003, I experience the same problem as described by Yann Eads at http://svn.haxx.se/dev/archive-2008-02/0693.shtml Btw, the original thread at the TSVN mailing list is at

Change email address.

2010-03-17 Thread Anthony Davis
Hi, Sorry to ask this to the list, but i cant find any documents about it, I need to change my svn mailing list address, how can I do this please? Kind Regards Tony

Re: Change email address.

2010-03-17 Thread Tyler Roscoe
On Wed, Mar 17, 2010 at 08:41:04PM +, Anthony Davis wrote: Sorry to ask this to the list, but i cant find any documents about it, I need to change my svn mailing list address, how can I do this please? unsubscribe old address. subscribe new address. pretty sure that's the

Re: Change email address.

2010-03-17 Thread Anthony Davis
Thankyou :) Tony On 17 Mar 2010, at 21:05, Tyler Roscoe wrote: On Wed, Mar 17, 2010 at 08:41:04PM +, Anthony Davis wrote: Sorry to ask this to the list, but i cant find any documents about it, I need to change my svn mailing list address, how can I do this please? unsubscribe old

unsubscribe t...@specialistdevelopment.com

2010-03-17 Thread Anthony Davis
unsubscribe t...@specialistdevelopment.com

Re: file:/// protocol based svn repository questions

2010-03-17 Thread David Weintraub
You should NEVER use the file:// protocol unless you are the only person using the repository, and the repository is only accessible by you. The file:// protocol requires read and write permissions on all files in the repository for the user who is doing the committing. This means that instead of

Documentation of historical URI feature

2010-03-17 Thread Craig McQueen
Hello, Comparing: http://subversion.apache.org/docs/release-notes/1.6.html#historical-uris http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.browsing (namely the box Can I View Older Revisions?) It seems the latter is out-of-date. Should I submit

SVN 1.4.6 support exit codes

2010-03-17 Thread Charan
Hi, does SVN support exit codes. Suppose if I use svn merge in my shell script, will svn be able to return exit code 0 if the merge is successful. Thanks, Charan