Last change
on this file since 317 was
314,
checked in by Peter Johansson, 16 years ago
|
removed revert
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
370 bytes
|
Rev | Line | |
---|
[267] | 1 | # $Id: test_repo.sh.in 314 2007-05-17 11:51:15Z peter $ |
---|
[246] | 2 | |
---|
| 3 | toy=$srcdir/toy_project; |
---|
| 4 | |
---|
| 5 | # test repository does not exist and need to be checked out |
---|
| 6 | if [ ! -d $toy ]; then |
---|
| 7 | repodir=`cd "$srcdir" && pwd`; |
---|
[248] | 8 | repodir=$repodir"/repo/trunk"; |
---|
[246] | 9 | svn checkout file://$repodir $toy; |
---|
| 10 | fi |
---|
| 11 | |
---|
| 12 | svn update $toy; |
---|
| 13 | |
---|
| 14 | if [ ! -d $targetdir ]; then |
---|
| 15 | mkdir $targetdir; |
---|
| 16 | fi |
---|
| 17 | |
---|
[273] | 18 | exec $top_builddir/bin/svndigest -r $toy -t $targetdir -f --copyright $1; |
---|
Note: See
TracBrowser
for help on using the repository browser.