Changeset 957
- Timestamp:
- Dec 6, 2009, 4:58:28 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/svndigest-copy-cache.as
r924 r957 71 71 ], 72 72 [--target=*], [targetdir=$optarg; shift], 73 [--verbose | -v], [cp_options=-v; shift],73 [--verbose | -v], [cp_options=-v;], 74 74 [AS_ERROR([unknown option \`$1' ${as_nl}Try \`$as_me --help'],[1]) 75 75 ] … … 97 97 98 98 # Do the actual copying 99 echo find files100 99 files=`cd $rootdir && find . -name "*.svndigest-cache"` 101 100 for file in $files; do -
trunk/test/svndigest_copy_cache_test.sh
r952 r957 31 31 done 32 32 33 pristine=$abs_builddir/.toy_project2 34 rm -rf $pristine 35 $SVN co ${repo_url}/trunk $pristine 36 $abs_top_builddir/bin/svndigest-copy-cache -v -r $rootdir -t $pristine 37 33 38 exit_success
Note: See TracChangeset
for help on using the changeset viewer.