Re: Can I prevent a file from being modified?

2011-07-18 Thread Thorsten Schöning
Guten Tag David Myers, am Samstag, 16. Juli 2011 um 22:14 schrieben Sie: > Please help me clarify this so as I can propose the use of a subversion > to my colleagues, and give eloquent and correct answers to any of their > queries. First of all, nothing is committed automatically by default and t

Re: Subversion: via Apache

2011-07-18 Thread Andy Canfield
On 07/18/2011 09:34 AM, Geoff Hoffman wrote: Test your config with -t Option "-t" on what command line? "-t" for svnserve means "tunnel"; svnadmin and svn have no -t option.

Re: Subversion: via Apache

2011-07-18 Thread Dave Huang
On 7/18/2011 3:43 AM, Andy Canfield wrote: On 07/18/2011 09:34 AM, Geoff Hoffman wrote: Test your config with -t Option "-t" on what command line? "-t" for svnserve means "tunnel"; svnadmin and svn have no -t option. This thread is about "Subversion: via Apache", so the Apache commandline :

Re: Subversion: list of respositories

2011-07-18 Thread Andy Canfield
On 07/18/2011 09:35 AM, Andy Levy wrote: Please Reply to All to keep discussion on the list. List convention is to bottom-post and quote inline. Please do not top-post. On Sun, Jul 17, 2011 at 22:29, Andy Canfield wrote: If I set up http://example.com/svn to be a way to use apache to commun

Re: Subversion: list of respositories

2011-07-18 Thread Andy Canfield
On 07/18/2011 09:36 AM, Nico Kadel-Garcia wrote: On Sun, Jul 17, 2011 at 8:07 AM, Andy Levy wrote: On Sun, Jul 17, 2011 at 02:06, Andy Canfield wrote: How do you get a list of repositories from svnserver? The only way I can figure out is: ssh usern...@example.com sudo bash ls

Re: Subversion: list of respositories

2011-07-18 Thread Nico Kadel-Garcia
On Mon, Jul 18, 2011 at 4:56 AM, Andy Canfield wrote: > > > On 07/18/2011 09:36 AM, Nico Kadel-Garcia wrote: >> >> On Sun, Jul 17, 2011 at 8:07 AM, Andy Levy  wrote: >>> >>> On Sun, Jul 17, 2011 at 02:06, Andy Canfield >>>  wrote: How do you get a list of repositories from svnserver? The

Re: Subversion: via Apache

2011-07-18 Thread Nico Kadel-Garcia
On Mon, Jul 18, 2011 at 4:50 AM, Dave Huang wrote: > On 7/18/2011 3:43 AM, Andy Canfield wrote: >> >> On 07/18/2011 09:34 AM, Geoff Hoffman wrote: >>> >>> Test your config with -t >> >> Option "-t" on what command line? "-t" for svnserve means "tunnel"; >> svnadmin and svn have no -t option. > > T

Re: Subversion: list of respositories

2011-07-18 Thread Erik Huelsmann
> I would think that it looks at SVNParentPath and tries to treat every > > subdirectory of that as a repository. > > Not quite. It's not "every subdirectory", it's "every child > directory". That means it will not descend into subdirectories of > subdirectories, fir example, so they all need to

When integrate with Apache, how to set subversion access with DOMAINNAME\UserName?

2011-07-18 Thread xinfli
Hi, all I'm using subversion integrated with apache 2.2 with LDAP authorization on Windows 2003, the config of subversion in apache httpd.conf looks like this: DAV svn SVNParentPath "D:/SvnRepositories" SVNListParentPath On SVNReposName "Subversion Repositories" SVNIndexXSLT "/SvnStyle/

Re: Fwd: [Tony Butt: Trials with memcached]

2011-07-18 Thread Tony Butt
On Sat, 2011-07-09 at 15:02 +0200, Stefan Fuhrmann wrote: > On 08.07.2011 01:56, Daniel Shahaf wrote: > > FYI from users@ > > > > - Forwarded message from Tony Butt - > > Date: Wed, 6 Jul 2011 15:20:27 +1000 > >> We are running subversion 1.6.17 on a vmware hosted server. We recently > >>

Re: svnserve serving svn repos with questions

2011-07-18 Thread Nico Kadel-Garcia
2011/7/18 Thorsten Schöning : > Guten Tag David Mehler, > am Samstag, 16. Juli 2011 um 18:46 schrieben Sie: > >> I'm wanting to ensure encryption of data while traveling from the >> server to the client so am looking in to cyrus-sasl, though not >> finding what i'm looking for. > > What exactly are

Re: svnserve serving svn repos with questions

2011-07-18 Thread Nico Kadel-Garcia
[ Accidentally replied only to Thorsten, sending to list. ] 2011/7/18 Nico Kadel-Garcia : > 2011/7/18 Thorsten Schöning : >> Guten Tag David Mehler, >> am Samstag, 16. Juli 2011 um 18:46 schrieben Sie: >> >>> I'm wanting to ensure encryption of data while traveling from the >>> server to the clien

Re: Subversion: list of respositories

2011-07-18 Thread Nico Kadel-Garcia
On Mon, Jul 18, 2011 at 7:10 AM, Erik Huelsmann wrote: > >> I would think that it looks at SVNParentPath and tries to treat every >> >> > subdirectory of that as a repository. >> >> Not quite. It's not "every subdirectory", it's "every child >> directory".  That means it will not descend into subd

Re: Subversion: list of respositories

2011-07-18 Thread Matthew Beals
The simple trick to user rights I use is to make the repo owned by www-data to give Apache access and use group permissions for svn+SSH. I'm not sure if acl's work or not. I always viewed svn as just being a method to interact with individual repos... it really has no clue what is going on outs

Re: Subversion: via Apache

2011-07-18 Thread Andy Canfield
I have requested our system administrator re-install Apache and all it's mod_dav modules and tell me the distribution versions of everything. After it gets done I can re-test. In the meantime I can hope to get svn talking to svnserve via port 3690. So far failed on permissions, but more testin

Re: Subversion: list of respositories

2011-07-18 Thread Les Mikesell
On 7/18/2011 6:47 AM, Matthew Beals wrote: The simple trick to user rights I use is to make the repo owned by www-data to give Apache access and use group permissions for svn+SSH. I'm not sure if acl's work or not. I always viewed svn as just being a method to interact with individual repos... i

Re: Subversion: list of respositories

2011-07-18 Thread Ryan Schmidt
On Jul 18, 2011, at 03:53, Andy Canfield wrote: > On 07/18/2011 09:35 AM, Andy Levy wrote: >> On Sun, Jul 17, 2011 at 22:29, Andy Canfield wrote: >> >>> If I set up http://example.com/svn >>> to be a way to use apache to communicate >>> with the svn service on the example.com server then is point

Re: libsvn_ra_serf\util.c - line 2141: assertion failed (*rel_path != NULL)

2011-07-18 Thread Andy Levy
On Mon, Jul 18, 2011 at 21:15, Mat Berchtold wrote: > I’m using the nightly build > (TortoiseSVN-1.6.99.21696-dev-x64-svn-1.7.0-dev.msi) of tortoisesvn and > encounter the following error when using the Show Log or Repository Browser > function: > > libsvn_ra_serf\util.c - line 2141: assertion fai

Re: libsvn_ra_serf\util.c - line 2141: assertion failed (*rel_path != NULL)

2011-07-18 Thread Daniel Shahaf
Hold on, where did you get beta1 binaries from? It hasn't been released. Andy Levy wrote on Mon, Jul 18, 2011 at 22:14:37 -0400: > On Mon, Jul 18, 2011 at 21:15, Mat Berchtold wrote: > > I’m using the nightly build > > (TortoiseSVN-1.6.99.21696-dev-x64-svn-1.7.0-dev.msi) of tortoisesvn and > > e

libsvn_ra_serf\util.c - line 2141: assertion failed (*rel_path != NULL)

2011-07-18 Thread Mat Berchtold
I'm using the nightly build (TortoiseSVN-1.6.99.21696-dev-x64-svn-1.7.0-dev.msi) of tortoisesvn and encounter the following error when using the Show Log or Repository Browser function: libsvn_ra_serf\util.c - line 2141: assertion failed (*rel_path != NULL) The complete error text can be seen in