[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

auto detect directory existience

From: <allan_at_muly.dk>
Date: 2005-02-17 14:02:03 CET

hello

out build script should handle some auto-tagging (and therevby auto-copying).
since we need to know if a parent direcoty already exists to get a unified
tagging mechanism i need to know how to check this.

the script will not nessecarily from the server

i have tried to call the "svn ls" and look in the output for "non-existent" but
currently that a bad option.

i even connsider running a http HEAD command to see if i get http-errorcod e404
back, but that just seems absurd

aren't there an easier way to check this ?

the script currently uses the svn commandline to talk to the repos.

thanks
./allan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 17 14:04:50 2005

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.