Branch / merge issue - bug or working as intended?
From: Eric Miller <eric.miller_at_amd.com>
Date: Thu, 12 Nov 2009 08:56:17 -0800
I'm playing around with some branching strategies and I'm getting merge
1. create branch
Can someone tell me if this is a bug or just a problem with the way I am
Below is a simple shell script to demonstrate the issue. I've tried
Thanks,
#!/bin/sh
rm -rf tmp; mkdir tmp; cd tmp
repos=`pwd`/repos
mkdir trunk branches
svn cp file://$repos/trunk file://$repos/branches/A -m 'Create Branch A'
echo "trunk modification" >> afile
svn switch file://$repos/branches/A
svn switch file://$repos/trunk
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.