merge problem. impossible to revert deleted file
From: Gunnar Dalsnes <hardon_at_online.no>
Date: Wed, 09 Nov 2011 21:13:13 +0100
Hi,
Think I found a problem with svn 1.7.1 on Windows, where after a merge
I made a batch script where I believe I managed to reproduce the problem:
---start script---
REM change this to the dir you are running the script from
svnadmin create repo
svn mkdir file:///%wd%/repo/trunk -m test
svn co file:///%wd%/repo/trunk trunk1
svn copy trunk1 file:///%wd%/repo/branch -m branch
svn co file:///%wd%/repo/branch branch
pushd branch
popd
pushd trunk1
popd
pushd trunk2
svn merge file:///%wd%/repo/branch_at_4
REM tree conflict
svn resolve --accept=working dir1
svn up
REM Updating '.':
REM It says dir1\file1.txt is added, but it's nowhere to be seen
svn resolve --accept=working dir1
REM Nope, file is still deleted. Impossible to undelete it.
popd
---end script---
Another small issue:
Otoh, svn co and svn mkdir etc. seems to work with backslash in file urls.
thanks,
|
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.