Re: Subversion 1.6.17 Released

2011-06-01 Thread Daniel Shahaf
Hyrum Wright wrote on Wed, Jun 01, 2011 at 20:06:43 +: > I'm happy to announce Subversion 1.6.17, available from: > > http://subversion.tigris.org/downloads/subversion-1.6.17.tar.bz2 > http://subversion.tigris.org/downloads/subversion-1.6.17.tar.gz > http://subversion.tigris.org/do

Re: svn update by version not updating correctly

2011-06-01 Thread Daniel Becroft
On Thu, Jun 2, 2011 at 8:51 AM, Norman Morse wrote: > I have a subversion repository with these log entries: > > & svn log --verbose -r 2431:2433 > > r2431 | cchan | 2007-08-25 08:11:43 -0700 (Sat, 25 Aug 2007) | 1 line > Ch

svn update by version not updating correctly

2011-06-01 Thread Norman Morse
I have a subversion repository with these log entries: & svn log --verbose -r 2431:2433 r2431 | cchan | 2007-08-25 08:11:43 -0700 (Sat, 25 Aug 2007) | 1 line Changed paths: M /rxnetworks/apps/gpstream/pgps/PGPSClient_WinM

Large commits fail from wifi-connected client through a proxy server

2011-06-01 Thread Kylo Ginsberg
I'm not sure if this is a subversion question or an apache question or a little of both. The setup for this was: * linux laptop running 1.6.13 * proxy server running svn 1.6.6, fedora 12, apache 2.2.13 * master server running 1.6.6, ubuntu 10.04, apache 2.2.14 Small commits from the laptop work f

Subversion 1.6.17 Released

2011-06-01 Thread Hyrum Wright
I'm happy to announce Subversion 1.6.17, available from: http://subversion.tigris.org/downloads/subversion-1.6.17.tar.bz2 http://subversion.tigris.org/downloads/subversion-1.6.17.tar.gz http://subversion.tigris.org/downloads/subversion-1.6.17.zip http://subversion.tigris.org/downlo

Re: Using tags to manage releases?

2011-06-01 Thread Ryan Schmidt
t script to help you with this, called SVN::Notify::Mirror. Look it up. Instead of keying off the log message as you proposed above, it keys off the tag name. (You get to define the pattern in the config file.) So anytime you want to publish your latest version, you simply "svn cp .

Re: svnshell-like client

2011-06-01 Thread Ryan Schmidt
On May 31, 2011, at 16:14, Daniel Shahaf wrote: > Rick Varney wrote on Tue, May 31, 2011 at 10:50:14 -0700: >> > >> The users are accustomed to poking around in the directories where the >> archive >> files are stored to see what's there in a Linux bash shell. While it is >> possible to do t

Re: Using tags to manage releases?

2011-06-01 Thread Ole Pinto
2011/6/1 Thorsten Schöning > ... > Therefore I would prefer proper proper merging by the developer, > because you get a useful diff and log message in the changed file for > QA. > At least, the merging could automatically be done on the server: when getting the commit, take note of the revision

Re: Using tags to manage releases?

2011-06-01 Thread Thorsten Schöning
Guten Tag Charlie Davis, am Dienstag, 31. Mai 2011 um 19:59 schrieben Sie: > The problem I've come across is that SVN COPY doesn't work if the file > exists... so... I made my script do a SVN delete, then a SVN COPY, and > this creates a commit... and we get an infinite loop. If your script is tr