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

Clarification needed.

From: Kamesh Jayachandran <kameshj_at_fastmail.fm>
Date: 2006-03-20 19:40:00 CET

Hi All,
Stale empty parent, when added a new child not give a conflict or Out of
date error?
The following snippet should be self explanatory.
########Script starts here############
cd /tmp
rm -rf repos
svnadmin create repos
rm -rf wc
mkdir wc
svn mkdir file:///tmp/repos/abc -m 'creating abc'
svn co file:///tmp/repos wc/wc1
svn co file:///tmp/repos wc/wc2
curdir=`pwd`
cd wc/wc1
svn mkdir abc/pqr
svn ci -m 'creating pqr under abc from wc1'
svn update
svn rm abc
svn ci -m 'removing abc from wc1'
echo 'ls from ' `pwd` 'after deleting abc'
svn mkdir file:///tmp/repos/abc -m 'creating abc again from wc1'
cd $curdir
cd wc/wc2
echo 'ls from ' `pwd`
ls -l
svn info
svn mkdir abc/xyz
svn ci -m 'creating xyz under abc from wc2'
########Script ends here############

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 20 19:41:18 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.