Dr. Gomez Sanz,
Your working copy is simply out of date (see transcript below). Keep in
mind "svn st" does not contact the repository but simply compares the
files against the "pristine" versions in the .svn directory. That is,
"svn st" is a purely client-side operation. (Use "svn st -u" to check
the repository for updates.)
[mark_at_hellcat svnbug]$ (cd sampleA && svn info > /tmp/A.info)
[mark_at_hellcat svnbug]$ (cd sampleB && svn info > /tmp/B.info)
[mark_at_hellcat svnbug]$ diff -u /tmp/A.info /tmp/B.info
--- /tmp/A.info 2008-02-26 23:21:37.000000000 -0700
+++ /tmp/B.info 2008-02-26 23:21:44.000000000 -0700
@@ -2,10 +2,10 @@
URL:
https://ingenias.svn.sourceforge.net/svnroot/ingenias/IDK/iaf/src/ingenias/jade/comm
Repository Root: https://ingenias.svn.sourceforge.net/svnroot/ingenias
Repository UUID: 95f194ad-9441-0410-9784-e312ea4ffdb5
-Revision: 55
+Revision: 39
Node Kind: directory
Schedule: normal
Last Changed Author: escalope
-Last Changed Rev: 48
-Last Changed Date: 2008-02-25 15:17:29 -0700 (Mon, 25 Feb 2008)
+Last Changed Rev: 19
+Last Changed Date: 2008-01-16 18:55:54 -0700 (Wed, 16 Jan 2008)
[mark_at_hellcat svnbug]$ (cd sampleA && svn up)
At revision 55.
[mark_at_hellcat svnbug]$ (cd sampleB && svn up)
U ConversationManagement.java
Updated to revision 55.
[mark_at_hellcat svnbug]$ md5sum sampleA/ConversationManagement.java
sampleB/ConversationManagement.java
621e504266794bd38fd9a7f9b287c487 sampleA/ConversationManagement.java
621e504266794bd38fd9a7f9b287c487 sampleB/ConversationManagement.java
Regards,
Mark Reibert
On Wed, 2008-02-27 at 06:49 +0100, Jorge J. Gomez Sanz wrote:
> Hello
>
> I have already checked the bug list and the mail archive. I would thank if
> somebody could confirm if this is a bug or point me to the duplicated bug I
> could not find.
>
> The bug candidate it is a problem with the "svn status" which tells two files
> are the same with respect the repository when they are in fact different.
>
> Attached to this email, you can find a zip file to replicate the problem.
>
> -Go to svnbug/sampleA/
> -Type "svn status". It yields no output because it is the same as the repository.
> -Type "md5sum ConversationManagement.java". It returns
> 621e504266794bd38fd9a7f9b287c487 svnbug/sampleA/ConversationManagement.java
>
> -Go to svnbug/sampleB
> -Type "svn status". It yields no output because it is the same as the repository.
> -Type "md5sum ConversationManagement.java". It returns
> fd0d48de20acba54acfb60570005f404 svnbug/sampleB/ConversationManagement.java
>
> So two copies with the same file path are different but the svn tells they
> are not.
>
> I included all of the svn subfolders, so you should be able to reproduce
> this. If you are not, I will be willing to help.
>
> More info:
> -svn, version 1.4.4 (r25188), compiled Sep 22 2007, 00:11:38
> -OpenSuse 10.3, kernel update to the last patch, 64 bits architecture
>
> Regards
>
> Jorge
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
--
----------------------
Mark S. Reibert, Ph.D.
svn_at_reibert.com
----------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-27 07:31:40 CET