Name | Modified | Size |
---|---|---|
.. | ||
Action.java | 10 years ago | |
NodeAttributes.java | 10 years ago | |
NodeConvert.java | 10 years ago | |
NodeHelper.java | 10 years ago | |
NodeImport.java | 10 years ago | |
NodeInterface.java | 10 years ago | |
PathMapEntry.java | 10 years ago | |
PathMapTranslator.java | 10 years ago |
Change | User | Description | Committed |
---|---|---|---|
13920 | Paul Allen | copy part 2 (no errors) | 10 years ago |
13776 | Paul Allen | CVS: Update to node Action detection. The RCS State is normally set to 'Exp' and 'dead'..., but this change allows more user defined states. - Move Action class to common.node package. - Modified test case061 to test custom states. « |
10 years ago |
11309 | Paul Allen | CVS/SVN: Support for URI paths. To avoid double encoding a URI path the converter decod...es the path and stores it in UTF8. - CVS Test Case 052 « |
10 years ago |
11263 | Paul Allen | Refactor the enum Action outside of ChangeAction. | 10 years ago |
11226 | Paul Allen | Tidy imports and unused code. | 10 years ago |
11195 | Paul Allen | Back out changelist 11188 | 10 years ago |
11188 | Paul Allen | CVS: Added OutOfOrderException to trap CVS branch issues. @rjackson (Untested and incl...udes debug code) « |
10 years ago |
11171 | Paul Allen | CVS/SVN: Path translation support for '$' and other regex chars. @rjackson found that a... $ in the path will raise an IllegalArgumentException: Illegal group reference - Fix includes unit test « |
10 years ago |
11156 | Paul Allen | CVS/SVN: Path translation support for {nnn} Some SCM path contail '{nnn}' where nnn is... a number, this caused the group regex to fail. - includes a unit test to verify fix. « |
10 years ago |
11143 | Paul Allen | CVS: Downgrade branching a deleted rev to a warning CVS seems to allow revisions to be... added on a branch then moved to 1.1 at the same point in time. The strange part is 1.1 is marked as dead. (work around) « |
10 years ago |
11071 | Paul Allen | Path map translator for CVS and SVN paths. (undoc) To use create a path.map file with... regex and group match. Only the first matching entry is used. The regex and group match are seperated by ', ' (or in regex terms ',\s+'). Lines starting with '#' are ignored. For example, 'trunk' is renamed to 'main', but other entries are left as-is. # path.map trunk/(.*), //import/main/{1} (.*), //import/{1} Note: if no file is found the default 'depot' and 'subPath' options are used to generate the map, preserving the original behaviour. CVS paths will always stat with the 'branch' name. 'main' for 1.1 and the symbol for other branches. # path.map main/projA/(.*), //import/projA/MAIN/{1} release_(.*)/projA/(.*), //import/projA/REL{1}/{2} (.*)/projA/(.*), //import/projA/TAG-{1}/{2} (.*), //import/unexpected/{1} Node: adding a catch all is a good idea. « |
10 years ago |
11066 | Paul Allen |
Code refactor: Moved 'node' package from 'svn' to 'common'. |
10 years ago |