[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Patch for tweak-log.cgi to support multiple repositories

From: Sander Striker <striker_at_apache.org>
Date: 2003-08-13 02:32:45 CEST

> From: John Szakmeister [mailto:john@szakmeister.net]
> Sent: Wednesday, August 13, 2003 2:31 AM

> I don't know about the rest of you, but we have several repositories running
> at our place. Instead of making a tweak-log.cgi script for each one, I
> modified the one that came in the tools directory to work with multiple
> repositories. I added a 'repos' as a CGI parameter (excuse my ignorance with
> the terminology, I'm not a web developer). Edit the $gReposPath to point to
> the directory containing the repositories (include a trailing slash), and add
> '?repos=repos_name' to the end of the url on your web page.
>
> I just thought I'd share in case anyone else could use it.

Why don't you just use:

  $ svn pg --revprop -r <REV> svn:log >log.msg

  ...edit log.msg...

  $ svn ps --revprop -r <REV> svn:log -F log.msg

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 13 02:33:28 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.