Re: Bug: Properties are lost in merges between repositories
From: Tobias Bading <tbading_at_web.de>
Date: Sun, 28 Mar 2010 07:43:02 +0200
Hi Daniel,
on 27.03.2010, at 19:00, Daniel Shahaf wrote:
No idea what the mailing list program did to my attachment.
#!/bin/sh
##############################################################################
SVN=`which svn`
URL1=file:///`pwd`/repos1
rm -rf repos1 repos2 wc1 wc2 import-me
${SVNADMIN} create repos1
# setting up the first repository:
echo ""
echo "### Creating file 'configure' and assigning properties..."
echo "### Properties of file 'configure' in first working copy:"
echo "### Commiting changes to first repository..."
echo "### Properties of file 'configure' in first repository:"
# merging into a working copy of the second repository:
echo "### Checking out working copy of second empty repository..."
echo "### Merging r1 of first repository into working copy of second repository..."
echo "### Properties of file 'configure' in second working copy:"
echo "### Commiting changes to second repository..."
echo "### Properties of file 'configure' in second working copy after the commit:"
echo "### Properties of file 'configure' in second repository:"
echo "### Diff of r1 in second repository:"
|
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.