Re: Easy comparisons between related trunks, branches, and tags
From: Marc Sherman <msherman_at_projectile.ca>
Date: 2005-11-10 19:27:38 CET
Marc Sherman wrote:
There's a bug in this step. An extra set of brackes is needed to get
(?<=^svn://repos/project1/)(trunk|(tags|branches)/[^/]+)(?=/)
ie, it will be constructed using:
"(?<=^" + roots-set-on-dir + ")(" + roots-value + ")(?=/)"
- Marc
---------------------------------------------------------------------
|
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.