Changeset 186 in tailor
- Timestamp:
- 12/27/04 21:12:55 (8 years ago)
- Hash name:
- 20041227201255-97f81-93531a2980992052102522b7d0880d4b904ecc62
- File:
-
- 1 edited
-
vcpx/svn.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/svn.py
r168 r186 112 112 113 113 class SvnCheckout(SystemCommand): 114 COMMAND = "svn co --revision %(revision)s %(repository)s %(wc)s"114 COMMAND = "svn co --revision %(revision)s %(repository)s/%(module)s %(wc)s" 115 115 116 116 def changesets_from_svnlog(log, url): … … 279 279 if not exists(wdir): 280 280 svnco = SvnCheckout(working_dir=basedir) 281 svnco(output=True, repository=repository, 282 wc= module, revision=revision)281 svnco(output=True, repository=repository, module=module, 282 wc=subdir, revision=revision) 283 283 if svnco.exit_status: 284 284 raise TargetInitializationFailure(
Note: See TracChangeset
for help on using the changeset viewer.
