Re: Subversion: existing users

2011-07-20 Thread Andy Canfield
Great... On 07/21/2011 10:01 AM, Andy Levy wrote: On Wed, Jul 20, 2011 at 22:42, Andy Canfield wrote: Thank you very much. On 07/20/2011 05:44 PM, Stefan Sperling wrote: On Wed, Jul 20, 2011 at 05:22:57PM +0700, Andy Canfield wrote: One quirk is that if he URL specifies direct access, e.t.

Re: Subversion access control

2011-07-20 Thread Dave Huang
On 7/20/2011 11:14 PM, Andy Canfield wrote: Isn't http://localhost/svn supposed to show me something useful? I don't use SVNParentPath and haven't tried this, but perhaps add "SVNListParentPath on" right after "*SVNParentPath /data/svn"? See the "Listing repositories" section of http://svnbo

Re: Subversion access control

2011-07-20 Thread Andy Canfield
Thank you very much. On 07/20/2011 12:19 PM, Nico Kadel-Garcia wrote: On Tue, Jul 19, 2011 at 11:14 PM, Andy Canfield wrote: One thing has hit my mind today that I don't think you realize ... I have never, in my entire life, seen a working Subversion system. Apparently Subversion, as d

Re: Subversion: existing users

2011-07-20 Thread Andy Levy
On Wed, Jul 20, 2011 at 22:42, Andy Canfield wrote: > Thank you very much. > > On 07/20/2011 05:44 PM, Stefan Sperling wrote: > > On Wed, Jul 20, 2011 at 05:22:57PM +0700, Andy Canfield wrote: > > One quirk is that if he URL specifies direct access, e.t. svn ... > file:///var/svn/RepoName, then wh

Re: Subversion: existing users

2011-07-20 Thread Andy Canfield
Thank you very much. On 07/20/2011 05:44 PM, Stefan Sperling wrote: On Wed, Jul 20, 2011 at 05:22:57PM +0700, Andy Canfield wrote: One quirk is that if he URL specifies direct access, e.t. svn ... file:///var/svn/RepoName, then where is the code which actually manipulates the contents of the /v

external merge tool argument order does not match sample in svn-book

2011-07-20 Thread Steven Trabert
http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.advanced.externaldifftools.merge, Example 7.6 "mergewrap.py" shows the argument order as # Get the paths provided by Subversion. BASE = sys.argv[1] MINE = sys.argv[2] THEIRS = sys.argv[3] MERGED = sys.argv[4] WCPATH = sys.argv[5] Examp

Re: Subversion: existing users

2011-07-20 Thread David Weintraub
On Sun, Jul 17, 2011 at 2:07 AM, Andy Canfield wrote: > The most obvious authorization scheme is that of the host server; if there > is a user named "andy" on that server with a password "jackel" then I would > like to simply be able to talk to the subversion server as user named "andy" > password

Re: Subversion: existing users

2011-07-20 Thread Thomas Harold
On 7/17/2011 2:07 AM, Andy Canfield wrote: The most obvious authorization scheme is that of the host server; if there is a user named "andy" on that server with a password "jackel" then I would like to simply be able to talk to the subversion server as user named "andy" password "jackel". This is

Re: Subversion access control

2011-07-20 Thread Geoff Hoffman
Andy, I thought you were off Apache and onto svnserve. Anyway, I sent you this info last week - maybe you missed it. It is pasted again below. I will grant to you that it is tricky to set up. The david winter blog post below spells it out perfectly... for a single repo setup, multiple users. For

odd svn:mergeinfo appearing and causing conflicts

2011-07-20 Thread Tino Schwarze
Hi there, we've successfully migrated from CVS to SVN recently and we are now facing an oddity during merging. We are using Subversion 1.6.17 on client and server. Repository structure is like this: /ourstuff/ourproduct/1.0/MODULES/mod_a /ourstuff/ourproduct/1.0/MODULES/mod_b /ourstuff/ourproduc

Re: Subversion: existing users

2011-07-20 Thread Stefan Sperling
On Wed, Jul 20, 2011 at 05:22:57PM +0700, Andy Canfield wrote: > One quirk is that if he URL specifies direct access, e.t. svn ... > file:///var/svn/RepoName, then where is the code which actually > manipulates the contents of the /var/svn/RepoName directory? It must > be hidden in svn itself, or p

Re: Subversion: existing users

2011-07-20 Thread Andy Canfield
On 07/20/2011 12:14 PM, Nico Kadel-Garcia wrote: On Tue, Jul 19, 2011 at 10:30 PM, Andy Canfield wrote: For example, I am on a Linux box named Lenny, logged in as 'andy'. I can ssh to hk.pimco.mobi as user 'andy', password 'psuedo'. But I don't want to. Instead, I would like to run the comm