Changeset 626 in tailor
- Timestamp:
- 08/19/05 00:40:35 (8 years ago)
- Hash name:
- 20050818224035-97f81-3cde2e4758d9e8ffd7d18dcd640871b600415fce
- File:
-
- 1 edited
-
vcpx/svn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/svn.py
r625 r626 416 416 return 417 417 418 cmd = [self.repository.SVN_CMD, "info"] 419 svninfo = ExternalCommand(command=cmd) 420 svninfo.execute(self.repository.repository) 418 # Verify the existence of repository by listing its root 419 cmd = [self.repository.SVN_CMD, "ls"] 420 svnls = ExternalCommand(command=cmd) 421 svnls.execute(self.repository.repository) 421 422 422 423 if svninfo.exit_status:
Note: See TracChangeset
for help on using the changeset viewer.
