Break your working copy in 3 easy steps
From: <CodeBase_at_web.de>
Date: 2007-02-18 22:59:01 CET
Hi all,
Assume there are 2 files in the repository which should always be committed together, such as an OpenOffice document and the PDF exported from it:
/root/oo.org/mydoc.odt
Assume there are pending changes in the doc (exported to the PDF) worth committing.
C:\> svn commit --message "some reasonable message" "C:\SVNWC\oo.org\mydoc.odt" "C:\SVNWC\pdf\mydoc.pdf"
Now create more changes and export them again. Repeat the step above.
--> Modified: ...\mydoc.pdf
I read on the list about deleting wcprops files, but as I can't find any file of that name, the only way to get around the problem is to copy the changed file, remove the .svn folder and check it all out from scratch, then copy the changed file, again.
Most recent SVN running on most recent Windows XP SP2
I did try to update the files before committing, same result.
What am I doing wrong ?
CU C>
_______________________________________________________________________
---------------------------------------------------------------------
|
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.