[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Possible bug: "svn status" returns no changes when there are

From: Jorge J. Gomez Sanz <jjgsanz_at_gmail.com>
Date: Wed, 27 Feb 2008 07:50:06 +0100

Dear Mark

Thanks for your help. Of course, it worked :)

In any case, I am surprise that "svn commit" on the rev 39 file did not
trigger any error. If two different versions were being handled, it should
have had protested.

Regards

Jorge

> 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

-- 
********************************
Dr. Jorge Gomez Sanz
Office 437
Facultad de Informática
Universidad Complutense de Madrid
28040 Madrid (Spain)
Phone: + 34 91 394 7644
Fax  : + 34 91 394 7547
email: jjgomez_at_sip.ucm.es
web:   http://grasia.fdi.ucm.es/jorge
********************************
---------------------------------------------------------------------
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:47:56 CET

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.