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

Re: Documentation of historical URI feature

2010-03-17 Thread Tyler Roscoe
On Thu, Mar 18, 2010 at 11:50:23AM +0900, Craig McQueen wrote: > 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 R

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

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

unsubscribe t...@specialistdevelopment.com

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

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? > > unsubscrib

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 easiest/best/o

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: 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 http://svn.haxx.se/tsvnusers/archive-2008-02/in

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: 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 '/repos/repos1/!svn

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 1

Re: SVN and Windows/Linux permissions

2010-03-17 Thread Andy Levy
On Wed, Mar 17, 2010 at 13:28, 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 build/export script

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 Tyler Roscoe
On Wed, Mar 17, 2010 at 01:02:10PM -0400, Andy Levy wrote: > On Wed, Mar 17, 2010 at 12:40, 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 mainta

Re: SVN and Windows/Linux permissions

2010-03-17 Thread Andy Levy
On Wed, Mar 17, 2010 at 12:40, 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 commit time.   I typ

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 an

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

Re: Log excluding svn:mergeinfo changes

2010-03-17 Thread Thomas S. Trias
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. Thanks, Thomas S. Trias Senior Developer Artizan Internet Services http://www.artizan.com/ Original Message Subject:

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

2010-03-17 Thread Andy Levy
On Wed, Mar 17, 2010 at 11:30, Jeff Marver 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 fully interact

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 tha

Re: 403 Forbidden in response to COPY request

2010-03-17 Thread Anton Prowse
From: Bob Archer 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": >> >> >> DAV svn >> SVNParentPath /var/www/s

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

RE: 403 Forbidden in response to COPY request

2010-03-17 Thread Bob Archer
> 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": > > >     DAV svn >     SVNParentPath /var/www/svn > >     AuthzSVNAccessFile /var/www/vhosts/exa

Re: Installing two subversion release on the same machine

2010-03-17 Thread Ulrich Eckhardt
On Wednesday 17 March 2010, emiliano.mon...@eu.steria.be wrote: > 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 release on > the same machin

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 relea

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": DAV svn SVNParentPath /var/www/svn AuthzSVNAccessFile /var/www/vhosts/example.com/conf/reposAccessFi

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 Les Mikesell
This sounds like the checkout is just slow in creating files, triggering server timeouts that are probably configurable. When talking directly to the server, this should be controlled by the apache 'TimeOut' directive which defaults to 300 seconds. It is also possible for intermediate NAT or f

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

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 wrote: > 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 existing connection was

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, tr

Re: Log excluding svn:mergeinfo changes

2010-03-17 Thread Stefan Sperling
On Tue, Mar 16, 2010 at 05:26:47PM -0700, eg wrote: > On 3/15/2010 9:12 AM, Stefan Sperling wrote: > > >There is an experimental branch which is aimed at implementing > >what you need: > >http://svn.apache.org/repos/asf/subversion/branches/ignore-mergeinfo/BRANCH-README > > > >I don't know what th

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 : > On Mar 17, 2010, at 00:08, Dmitry Savvateev wrote: > >> I've ran into the following problem with svnsync on Wind