comparison tests/test-convert-svn-branches @ 6491:2bdd43246c95

convert: check svn branches are directories
author Patrick Mezard <pmezard@gmail.com>
date Mon, 07 Apr 2008 11:59:20 +0200
parents c1b47c0fd2b6
children b6a24c273c30
comparison
equal deleted inserted replaced
6489:204a2ca249b6 6491:2bdd43246c95
36 svn co $svnurl A | fix_path 36 svn co $svnurl A | fix_path
37 cd A 37 cd A
38 echo hello > trunk/letter.txt 38 echo hello > trunk/letter.txt
39 echo hey > trunk/letter2.txt 39 echo hey > trunk/letter2.txt
40 echo ho > trunk/letter3.txt 40 echo ho > trunk/letter3.txt
41 svn add trunk/letter.txt trunk/letter2.txt trunk/letter3.txt 41 # Add a file within branches, used to confuse branch detection
42 echo a > branches/readme.txt
43 svn add trunk/letter.txt trunk/letter2.txt trunk/letter3.txt branches/readme.txt
42 svn ci -m hello 44 svn ci -m hello
43 45
44 echo % branch to old letters 46 echo % branch to old letters
45 svn copy trunk branches/old 47 svn copy trunk branches/old
46 svn rm branches/old/letter3.txt 48 svn rm branches/old/letter3.txt