Use symbol transforms on unlabeled branches?
John Minnihan <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
Summary:
As a result of a large conversion, I have a number of unlabeled
branches. Many other branches depend upon these, and thus these
cannot be excluded from my conversion. I'd like to run a symbol
transform on these to better identify them, using either
symbol_transforms=[
[...]
RegexpSymbolTransform(r'(unlabeled-*)',r'\1/special-name'),
[...]
or
symbol_transforms=[
[...]
ReplaceSubstringsSymbolTransform('(unlabeled-*)','\1/special-name'),
[...]
Issue:
Neither of these produce any visible symbol transformation. Can
unlabeled branches be transformed like regular symbols?
Environment:
cvs2svn version 2.2.0
python 2.5.1
svn version 1.6.4
--
John Minnihan
Founder, Freepository
Software development tools since 1999
https://freepository.com
twitter: jbminn
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2385458
To unsubscribe from this discussion, e-mail: [[email protected]].