Mercurial > hg
comparison tests/test-convert-cvs @ 5697:98f45e141567
convert: don't read ~/.cvsrc in test-convert-cvs
author | Maxim Dounin <mdounin@mdounin.ru> |
---|---|
date | Thu, 27 Dec 2007 19:59:44 +0300 |
parents | 6874368120dc |
children | 206b44764340 |
comparison
equal
deleted
inserted
replaced
5696:6ba5ecc27d33 | 5697:98f45e141567 |
---|---|
7 | 7 |
8 echo % create cvs repository | 8 echo % create cvs repository |
9 mkdir cvsrepo | 9 mkdir cvsrepo |
10 cd cvsrepo | 10 cd cvsrepo |
11 export CVSROOT=`pwd` | 11 export CVSROOT=`pwd` |
12 export CVS_OPTIONS=-f | |
12 cd .. | 13 cd .. |
13 | 14 |
14 cvs -q -d "$CVSROOT" init | 15 cvs -q -d "$CVSROOT" init |
15 | 16 |
16 echo % create source directory | 17 echo % create source directory |