Out-of-date error merging a renamed and replaced file
From: Avi Kivity <avi_at_qumranet.com>
Date: 2006-05-11 17:05:41 CEST
The script below will fail the 'svn merge' command. A developer has
I googled a bit for the out of date error, but am not sure whether this
Run the script in an empty directory.
#!/bin/sh
# rm -rf testrepo trunk branch
getrev() {
svnadmin create testrepo
svn mkdir -m 'directory structure' $repo/trunk $repo/branches
svn co $repo/trunk
pushd trunk
svn cp -m 'create branch' $repo/trunk $repo/branches/branch
pushd trunk
svn co $repo/branches/branch
pushd branch
-- error compiling committee.c: too many arguments to function --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu May 11 18:31:39 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.