build script - pre-check for path existence
From: allan juul <lambretta_at_inet.uni2.dk>
Date: 2005-01-07 23:41:26 CET
hi
in our build script we need to create paths on the server that sometimes
currently our script will do a 'svn mkdir' for each directory at the time
code ex
my $tmp_str = "";
`svn mkdir $repository_url/$tmp_str -m \"Adding dir\""`;
#############
it's ugly but in fact, that always works - but it also gets annoying
svn: MKCOL of /svn/!svn/wrk/879aa23b-1ded-0310-acf7-e64a4ce5e0b7/ ...
is there a way to check/preview the repository from a client's perspective ?
./allan
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.