Re: "svn patch" and the TAB character

2019-12-16 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, 17 Dec 2019 01:55 +00:00: > I suppose that simply trying to repeatedly s/\s+\S+$// might work well > enough? That is: In English: remove all non-whitespaces at the end of the string, then remove all trailing whitespace. > data = line[len('--- '):].rstrip('\n') >

Re: "svn patch" and the TAB character

2019-12-16 Thread Daniel Shahaf
Doug Robinson wrote on Mon, Dec 16, 2019 at 11:13:25 -0500: > So the two file names, differing only by a TAB in the "right place" will > currently have completely different behaviors: > > My File NameSPACE(Revision 12) > My File NameTAB(Revision 12) > > I see no point in maintaining that the

Re: [jira] [Commented] (SVN-1532) Switch a file to a dir: can't switch it back to the file

2019-12-16 Thread Nathan Hartman
On Sun, Dec 15, 2019 at 11:57 PM Daniel Shahaf wrote: > Nathan Hartman (Jira) wrote on Sun, 15 Dec 2019 20:12 +00:00: > > Two different fixes have been suggested above: > > > > (1) Several people: Open the editor on the parent rather than the node > > itself. > > > > or > > > > (2) Max Oliver

Re: "svn patch" and the TAB character

2019-12-16 Thread Doug Robinson
On Sat, Dec 14, 2019 at 6:13 AM Stefan Sperling wrote: > 'svn patch' already behaves like regular patch, i.e. it assumes the whole > line > denotes a file name if no TAB can be found. > > The problem is that svn diff's revision number marker " (revision XY)" must > be separated by a TAB.

Re: Svn server images / appliances / packages

2019-12-16 Thread Mark Phippard
On Mon, Dec 16, 2019 at 10:20 AM Julian Foad wrote: > Last December I observed within a blog post [1], > > " >On Docker Hub [2] the most comprehensive svn server seems to be >elleflorio/svn-server (http + svnserve). Next is garethflowers/svn- >server (very simple; svnserve only).

Re: Svn server images / appliances / packages

2019-12-16 Thread Branko Čibej
On 16.12.2019 16:20, Julian Foad wrote: > Last December I observed within a blog post [1], > > " >   On Docker Hub [2] the most comprehensive svn server seems to be >   elleflorio/svn-server (http + svnserve). Next is garethflowers/svn- >   server (very simple; svnserve only). None seem to be an

Re: Svn server images / appliances / packages

2019-12-16 Thread Paul Hammant
Here's one for AWS - https://aws.amazon.com/marketplace/pp/Bitnami-Subversion-Certified-by-Bitnami/B00NN8NOAE - but it does't meet your at home requirement. I've run several Svn's for various at home projects. Always into Ubuntu or Raspbian - following the setup scripts. Ten years back I put one

Svn server images / appliances / packages

2019-12-16 Thread Julian Foad
Last December I observed within a blog post [1], " On Docker Hub [2] the most comprehensive svn server seems to be elleflorio/svn-server (http + svnserve). Next is garethflowers/svn- server (very simple; svnserve only). None seem to be an enterprise- grade installation. There are no