Re: svnserve daemon mode + SSH

2012-02-13 Thread Ted Stern
On 11 Feb 2012 18:27:12 -0800, André Hänsel wrote: > > Hi list, > > can I use svnserve in daemon mode (to take advantage of its authorization > mechanisms) and still have the client use an SSH tunnel (probably with > different credentials) to connect to it, so I only have to expose the SSH > port?

issue-tracking + subversion (via svn+ssh)

2011-11-07 Thread Ted Stern
I'm attempting to coordinate issue-tracking software with my subversion repository. We have an existing Bugzilla database and an existing subversion repository that is accessed via svn+ssh through a single account, as described in the manual here: http://svnbook.red-bean.com/en/1.6/svn.serverconf

Re: svnserve + SASL: Only works with plaintext 'userPassword', sowhat's the point?

2011-01-27 Thread Ted Stern
On 26 Jan 2011 23:51:26 -0800, Nico Kadel-Garcia wrote: > > On Wed, Jan 26, 2011 at 9:26 PM, Stefan Sperling wrote: >> On Wed, Jan 26, 2011 at 07:08:55PM -0700, Donner, Sean P wrote: >>> > It's because of how CramMD5 works. >>> > >>> > "The server needs access to the users' plain text passwords."

Re: Determining file(s) modified in a changeset

2010-04-15 Thread Ted Stern
On 15 Apr 2010 12:42:59 -0700, David Bartmess wrote: > > I need to modify a script that was used with CVS that basically got a > list of the files that changed with a specific tag, and acted upon > them. Now we're moving to Subversion, and I need a way to get a list > of files that changed with a t

Re: STDOUT and Hook Scripts

2010-03-10 Thread Ted Stern
On 10 Mar 2010 05:30:03 -0800, David Weintraub wrote: > > I know that when you run a hook, the STDOUT is not returned to the > user, and STDERR is only returned if that hook returns a non-zero exit > code. > > However, I'm writing a post-commit hook, and I'd like to know if it is > possible to pipe