exit status of svn commands

2011-06-11 Thread Vincent Lefevre
The exit status of svn commands doesn't seem to be specified, at least not by "svn help ". In particular, "svn update " and "svn status " seem to always return with a 0 exit status on non-existing files. This may be normal for "svn update" in a working copy, because the command makes sense in case

Re: Subversion 1.6 on Ubuntu Server 11.x

2011-06-11 Thread Nico Kadel-Garcia
On Sat, Jun 11, 2011 at 12:57 PM, Geoff Hoffman wrote: >> Frankly, I find it more effective, and safer, to use SSH keys and a >> key agent as necessary, with a key specifically dedicated to the SVN >> access. This can be mandated with "SVN_SSH='ssh -l username -i >> keyname'" to avoid using other

Re: Index of Subversion add-on projects and products

2011-06-11 Thread Mark Phippard
I recall there was at least one Wikipedia page that was fairly accurate. Sent from my iPhone On Jun 11, 2011, at 5:34 PM, Daniel Shahaf wrote: > Ryan Schmidt wrote on Fri, Jun 10, 2011 at 18:37:24 -0500: >> >> On Jun 10, 2011, at 17:09, >> wrote: >> >>> I was wondering if there is some sor

Re: Sparse check outs

2011-06-11 Thread Daniel Shahaf
There is svn-viewspec.py (somewhere under tools/ in the source tree), I'm not sure if it can do what you ask for but it might be a starting point. Stuempfig, Thomas wrote on Fri, Jun 10, 2011 at 10:08:23 +: > We use svn as a document management system. > In our case we have different Roles in

Re: Index of Subversion add-on projects and products

2011-06-11 Thread Daniel Shahaf
Ryan Schmidt wrote on Fri, Jun 10, 2011 at 18:37:24 -0500: > > On Jun 10, 2011, at 17:09, > wrote: > > > I was wondering if there is some sort of global list of Subversion > > plug-ins, etc., including both open source projects and commercial products. > > > > For example, it would be nice

Re: SVN Best Practices

2011-06-11 Thread Daniel Shahaf
Andreas Tscharner wrote on Fri, Jun 10, 2011 at 07:34:14 +0200: > > I'm working on a document that states the industry's best > > practices for SVN and would appreciate some guidance. Can > > anyone share or direct me to a good site that has useful > > information that engineers have discovered wh

Re: Subversion 1.6 on Ubuntu Server 11.x

2011-06-11 Thread Geoff Hoffman
On Sat, Jun 11, 2011 at 8:27 AM, Nico Kadel-Garcia wrote: > On Fri, Jun 10, 2011 at 6:26 PM, Geoff Hoffman > wrote: > > I posted about this on the Ubuntu forums but thus far nobody has replied. > > When SSH'd into the box and using svn operations, I'm getting the > dastardly > > warning about my

Re: Subversion 1.6 on Ubuntu Server 11.x

2011-06-11 Thread Nico Kadel-Garcia
On Fri, Jun 10, 2011 at 6:26 PM, Geoff Hoffman wrote: > I posted about this on the Ubuntu forums but thus far nobody has replied. > When SSH'd into the box and using svn operations, I'm getting the dastardly > warning about my password is going to get stored to disk unencrypted. > I read about Sub