svn:keyword causes modified status after checkout
From: T E Schmitz <mailreg_at_numerixtechnology.de>
Date: 2005-08-04 23:43:01 CEST
Hello,
I imported a vendor branch and one of the autoprops was
The imported vendor branch was an export from a subversion working copy.
These 268 sources lead to different side effects on different client
When checking out these sources I get the following effects:
===========================
All 268 files have the modified status right after checkout. After
svn diff:
--- ByteWrapper.java (revision 5)
In the editor the line appears as
* @version $Rev: 2 $
===========================
None of the files have the modified status after checkout. But when I
svn diff:
--- ByteWrapper.java (revision 5)
protected ByteWrapper() {}
===========================
None of the files have the modified status after checkout. When I modify
svn diff:
--- ByteWrapper.java (revision 5)
protected ByteWrapper() {}
======================
The server also runs Subversion 1.0.6-2 on Linux.
Occurrences of $Rev: xxxx $ do not cause this problem, nor does
Question: does it have any significance that I specified "Revision"
The only solution I can think of is repeating the import, this time
Have you got a better idea?
-- Regards/Gruß, Tarlika Elisabeth Schmitz --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Aug 4 23:45:18 2005 |
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.