problem: move --force with commit --non-recursive
From: Gerco Ballintijn <Gerco.Ballintijn_at_cwi.nl>
 
Date: 2004-04-23 15:26:23 CEST 
I came across the following problem. On the one hand I like to to control
 ---------------------------------------------------------------------------
 set -x
 # setting this up
 R=file:///tmp/repo
 rm -rf /tmp/repo /tmp/testing
 pushd /tmp/testing/
 mkdir -p my/pkg/src my/pkg/dst
 echo "noot" >> my/pkg/src/afile
 # fails on .../afile
 # doesn't commit .../afile
 popd
 set +x
 Is this a (known) bug? I need this to properly do a package-rename
 G.C. Ballintijn
 ---------------------------------------------------------------------
  | 
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.