Changeset 713 in tailor


Ignore:
Timestamp:
08/30/05 20:49:24 (8 years ago)
Author:
lele@…
Hash name:
20050830184924-7a6fb-16c136d70e2beb8ca0b485d34064435c282b9c42
Message:

Fix svn bootstrap from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/svn.py

    r688 r713  
    273273        if not initial: 
    274274            cmd = [self.repository.SVN_CMD, "log", "--verbose", "--xml", 
    275                    "--revision", revision] 
     275                   "--revision", revision=='HEAD' and 'COMMITTED' or revision] 
    276276            svnlog = ExternalCommand(cwd=self.basedir, command=cmd) 
    277277            output = svnlog.execute(stdout=PIPE)[0] 
Note: See TracChangeset for help on using the changeset viewer.