comparison tests/test-subrepo-svn.t @ 16450:c9c8c9053119 stable

archive: make it work with svn subrepos (issue3308) - _svncommand() in files() returns a tuple since 0ae98cd2a83f not a string. - _svncommand() in filedata() returns a tuple not a string. - "svn list" returns files but also directories. - "svn list" is not recursive by default. I have no idea what happens to svn:externals possibly embedded in the svn subrepository.
author Patrick Mezard <patrick@mezard.eu>
date Mon, 16 Apr 2012 11:48:15 +0200
parents fab28a577a38
children 9c431cfdca12
comparison
equal deleted inserted replaced
16416:c3aedd526d53 16450:c9c8c9053119
541 A *recreated/somethingold (glob) 541 A *recreated/somethingold (glob)
542 Checked out revision 10. 542 Checked out revision 10.
543 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 543 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
544 $ test -f recreated/somethingold 544 $ test -f recreated/somethingold
545 545
546 Test archive
547
548 $ hg archive -S ../archive-all --debug
549 archiving: 0/2 files (0.00%)
550 archiving: .hgsub 1/2 files (50.00%)
551 archiving: .hgsubstate 2/2 files (100.00%)
552 archiving (obstruct): 0/1 files (0.00%)
553 archiving (obstruct): 1/1 files (100.00%)
554 archiving (s): 0/2 files (0.00%)
555 archiving (s): 1/2 files (50.00%)
556 archiving (s): 2/2 files (100.00%)
557 archiving (recreated): 0/1 files (0.00%)
558 archiving (recreated): 1/1 files (100.00%)