copy tag shows repo revision, not tag revision - why?

2011-09-10 Thread sebb
When copying a tag (URL -> URL), the log message shows the repo revision at the time of the copy, rather than the last commit revision of the tag. This occurs if no revision is specified, or if the revision is specified as HEAD. The only way to get the log message to show the last commit revision

Re: customizing svnserve for svn+ssh

2011-09-10 Thread Matthew Beals
My user base isn't exactly made up of power users... they already balked a little when I showed them how to configure tortoise and putty. I can only imagine handing them more customization. I think I'll try the symlink option, but set it up with automount thanks, Matt

Re: customizing svnserve for svn+ssh

2011-09-10 Thread Daniel Shahaf
Stefan Sperling wrote on Sat, Sep 10, 2011 at 14:37:58 +0200: > On Sat, Sep 10, 2011 at 08:24:24AM -0400, beals...@gmail.com wrote: > > Sorry, I should have been more verbose with the description of my shell > > script. > > > > So am I to take it that intercepting and altering the path isn't poss

Re: customizing svnserve for svn+ssh

2011-09-10 Thread Stefan Sperling
On Sat, Sep 10, 2011 at 08:24:24AM -0400, beals...@gmail.com wrote: > Sorry, I should have been more verbose with the description of my shell > script. > > So am I to take it that intercepting and altering the path isn't possible in > a simple wrapper script? One way of shortening the repositor

Re: customizing svnserve for svn+ssh

2011-09-10 Thread beals...@gmail.com
Sorry, I should have been more verbose with the description of my shell script. So am I to take it that intercepting and altering the path isn't possible in a simple wrapper script? Thanks, Matt Daniel Shahaf wrote: svn+ssh://host/some/path/here runs 'ssh host svnserve -t' and the path is pa

Re: customizing svnserve for svn+ssh

2011-09-10 Thread Daniel Shahaf
svn+ssh://host/some/path/here runs 'ssh host svnserve -t' and the path is passed within the ra_svn protocol. Next time please don't make me have to reverse engineer a shell script in order to answer such a simple question :) Matthew Beals wrote on Fri, Sep 09, 2011 at 21:13:01 -0400: > I have two