Changeset 744 for trunk/test/test_repo.sh.in
- Timestamp:
- Jan 8, 2009, 11:37:12 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 8 8 autom4te.cache 9 9 INSTALL 10 COPYING11 10 aclocal.m4 12 11 Makefile
-
- Property svn:ignore
-
trunk/test/test_repo.sh.in
r736 r744 5 5 6 6 # Copyright (C) 2007 Jari Häkkinen, Peter Johansson 7 # Copyright (C) 2008 Peter Johansson7 # Copyright (C) 2008, 2009 Peter Johansson 8 8 # 9 9 # This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 24 24 rootdir=@abs_builddir@/toy_project 25 25 targetdir=@abs_builddir@/generated_output 26 repodir=@abs_srcdir@/repo/trunk27 26 28 svn update $rootdir > /dev/null; 27 test_repo_found="@test_repo_found@" 28 if test $test_repo_found = "no"; then 29 exit 77; 30 fi 31 32 cd @abs_builddir@ && @SHELL@ svn_update.sh; 29 33 30 34 if [ ! -d $targetdir ]; then
Note: See TracChangeset
for help on using the changeset viewer.