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

Re: Enhancement to FS#201 - Integration with repoviewers

From: Norman Rasmussen <norman_at_rasmussen.co.za>
Date: Tue, 13 May 2008 17:30:31 +0200

I'm currently trying to set up a scoped (subtree) svn reposity with
webviewer:pathrevision properties

The repo is set up as:

/project1/trunk/
/project2/trunk/

and http websvn url's are:

http://devserver/project1/browser/trunk/
http://devserver/project2/browser/trunk/

I can find no way of making this work, as the pathrevision wants to use:

http://devserver/project1/browser%PATH%?rev=%REVISION%

which gives:

http://devserver/project1/browser/project1/trunk/

is there any way to make it strip off the beginning of the path?

perhaps?

http://devserver/project1/browser%PATH#/project1%?rev=%REVISION% (similar to
bash's ${parameter#word} syntax)

(Please cc me on any response as I'm not on the list)

-- 
- Norman Rasmussen
- Email: norman_at_rasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
Received on 2008-05-13 17:39:08 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

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