You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by jo <jo...@sferacarta.com> on 2009/04/22 16:00:41 UTC

sometimes svn up doesn't update

Hi all,

I found a strange behavior in svn update command.

I made some changes to a file in my pc, and I typed: "svn ci myfile.py",
with success, then in another pc I typed "svn update myfile.py"
but nothing happens.
Even svn diff myfile.py displays no differences.
I had to removed first, the file and then
I typed again "svn update myfile.py" to correctly re-create the file 
with the changes I did.

What's wrong ?

j

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1862423

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: sometimes svn up doesn't update

Posted by jo <jo...@sferacarta.com>.
At this point the output of both pc's are identical. Remember, Tom, I 
already updated the file.

anyway this is the output in the develop pc where I svn-commited my file:
------------------------------------------------------------------------
r3771 | jose | 2009-04-24 15:42:50 +0200 (Fri, 24 Apr 2009) | 1 line
------------------------------------------------------------------------
r3729 | jose | 2009-04-22 10:28:19 +0200 (Wed, 22 Apr 2009) | 1 line
------------------------------------------------------------------------
r3728 | jose | 2009-04-22 10:08:58 +0200 (Wed, 22 Apr 2009) | 1 line
------------------------------------------------------------------------
r3699 | jose | 2009-04-17 10:38:21 +0200 (Fri, 17 Apr 2009) | 1 line
------------------------------------------------------------------------
r3621 | jose | 2009-04-06 14:15:11 +0200 (Mon, 06 Apr 2009) | 1 line
------------------------------------------------------------------------

and this is the output in the production pc where I svn-updated my file:
------------------------------------------------------------------------
r3771 | jose | 2009-04-24 15:42:50 +0200 (Fri, 24 Apr 2009) | 1 line
------------------------------------------------------------------------
r3729 | jose | 2009-04-22 10:28:19 +0200 (Wed, 22 Apr 2009) | 1 line
------------------------------------------------------------------------
r3728 | jose | 2009-04-22 10:08:58 +0200 (Wed, 22 Apr 2009) | 1 line
------------------------------------------------------------------------
r3699 | jose | 2009-04-17 10:38:21 +0200 (Fri, 17 Apr 2009) | 1 line
------------------------------------------------------------------------
r3621 | jose | 2009-04-06 14:15:11 +0200 (Mon, 06 Apr 2009) | 1 line
------------------------------------------------------------------------

Tom Potts ha scritto:
> Jo, what is the output of 'svn log'?  e.g.
>    svn log 
> svn+ssh://user@gavas/var/svn/porp/turbosork/trunk/sork/sork/myfile.py
> (or something similar).
>
> Tom
>   
>
> 2009/4/24 jo <jose.soares@sferacarta.com 
> <ma...@sferacarta.com>>
>
>     Bob Archer ha scritto:
>     >> I made some changes to a file in my pc, and I typed: "svn ci
>     >>
>     > myfile.py",
>     >
>     >> with success, then in another pc I typed "svn update myfile.py"
>     >> but nothing happens.
>     >> Even svn diff myfile.py displays no differences.
>     >> I had to removed first, the file and then
>     >> I typed again "svn update myfile.py" to correctly re-create the
>     file
>     >> with the changes I did.
>     >>
>     >
>     > I would do an svn info and make sure that both WCs/files are really
>     > pointing to the same repository path.
>     >
>     > BOb
>     >
>     > ------------------------------------------------------
>     >
>     http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1862801
>     <http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1862801>
>     >
>     > To unsubscribe from this discussion, e-mail:
>     [users-unsubscribe@subversion.tigris.org
>     <ma...@subversion.tigris.org>].
>     >
>     this is the pc where I svn-commited myfile.py
>
>     userdev:/home/porp/release/sork$ svn info
>     Path: .
>     URL: svn+ssh://user@gavas/var/svn/porp/turbosork/trunk/sork/sork
>     Repository Root: svn+ssh://user@gavas/var/svn/porp
>     Repository UUID: ab434d22-c41b-0410-8cbf-f336d2c3a310
>     Revision: 3721
>     Node Kind: directory
>     Schedule: normal
>     Last Changed Author: beta
>     Last Changed Rev: 3721
>     Last Changed Date: 2009-04-21 10:52:54 +0200 (Tue, 21 Apr 2009)
>
>
>     and this is the pc where I tried svn-updated myfile.py
>
>     testdev:/home/porp/release/sork# svn info
>     Path: .
>     URL: svn+ssh://user@gavas/var/svn/porp/turbosork/trunk/sork/sork
>     Repository Root: svn+ssh://user@gavas/var/svn/porp
>     Repository UUID: ab434d22-c41b-0410-8cbf-f336d2c3a310
>     Revision: 3738
>     Node Kind: directory
>     Schedule: normal
>     Last Changed Author: beta
>     Last Changed Rev: 3738
>     Last Changed Date: 2009-04-22 17:23:02 +0200 (Wed, 22 Apr 2009)
>
>     ------------------------------------------------------
>     http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1889046
>     <http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1889046>
>
>     To unsubscribe from this discussion, e-mail:
>     [users-unsubscribe@subversion.tigris.org
>     <ma...@subversion.tigris.org>].
>
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1941623

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: sometimes svn up doesn't update

Posted by jo <jo...@sferacarta.com>.
Bob Archer ha scritto:
>> I made some changes to a file in my pc, and I typed: "svn ci
>>     
> myfile.py",
>   
>> with success, then in another pc I typed "svn update myfile.py"
>> but nothing happens.
>> Even svn diff myfile.py displays no differences.
>> I had to removed first, the file and then
>> I typed again "svn update myfile.py" to correctly re-create the file
>> with the changes I did.
>>     
>
> I would do an svn info and make sure that both WCs/files are really
> pointing to the same repository path.
>
> BOb
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1862801
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].
>   
this is the pc where I svn-commited myfile.py

userdev:/home/porp/release/sork$ svn info
Path: .
URL: svn+ssh://user@gavas/var/svn/porp/turbosork/trunk/sork/sork
Repository Root: svn+ssh://user@gavas/var/svn/porp
Repository UUID: ab434d22-c41b-0410-8cbf-f336d2c3a310
Revision: 3721
Node Kind: directory
Schedule: normal
Last Changed Author: beta
Last Changed Rev: 3721
Last Changed Date: 2009-04-21 10:52:54 +0200 (Tue, 21 Apr 2009)


and this is the pc where I tried svn-updated myfile.py

testdev:/home/porp/release/sork# svn info
Path: .
URL: svn+ssh://user@gavas/var/svn/porp/turbosork/trunk/sork/sork
Repository Root: svn+ssh://user@gavas/var/svn/porp
Repository UUID: ab434d22-c41b-0410-8cbf-f336d2c3a310
Revision: 3738
Node Kind: directory
Schedule: normal
Last Changed Author: beta
Last Changed Rev: 3738
Last Changed Date: 2009-04-22 17:23:02 +0200 (Wed, 22 Apr 2009)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1889046

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: sometimes svn up doesn't update

Posted by Bob Archer <bo...@amsi.com>.
> I made some changes to a file in my pc, and I typed: "svn ci
myfile.py",
> with success, then in another pc I typed "svn update myfile.py"
> but nothing happens.
> Even svn diff myfile.py displays no differences.
> I had to removed first, the file and then
> I typed again "svn update myfile.py" to correctly re-create the file
> with the changes I did.

I would do an svn info and make sure that both WCs/files are really
pointing to the same repository path.

BOb

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1862801

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


RE: sometimes svn up doesn't update

Posted by "Todd C. Gleason" <tg...@impac.com>.
> -----Original Message-----
> From: jo [mailto:jose.soares@sferacarta.com]
> Sent: Wednesday, April 22, 2009 10:01 AM
> To: users@subversion.tigris.org
> Subject: sometimes svn up doesn't update
> 
> Hi all,
> 
> I found a strange behavior in svn update command.
> 
> I made some changes to a file in my pc, and I typed: "svn ci
myfile.py",
> with success, then in another pc I typed "svn update myfile.py"
> but nothing happens.
> Even svn diff myfile.py displays no differences.
> I had to removed first, the file and then
> I typed again "svn update myfile.py" to correctly re-create the file
> with the changes I did.
> 
> What's wrong ?

Working in different branches?  Type "svn info" on each machine to see
the URLs.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1862824

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].