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

RE: BUG: svn out of sync.. but says its not

From: Sam Washburn <swashburn_at_inovationeering.com>
Date: Fri, 23 May 2008 12:53:31 -0400

Thanks Andreas,
ah, good idea about version reporting :} Prod is a Fedora Core system. Dev
is a windows box, but the files are stored on a linux samba server. I am
the only developer that accesses these samba server files.

dev reports:
svn, version 1.4.2 (r22196)
   compiled Mar 14 2007, 20:55:55

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

prod and the repo are the same and report:
svn, version 1.4.3 (r23084)
   compiled Mar 23 2007, 09:29:55

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

And here are the svn infos

dev reports:
[dev]# svn info Layouts/
Path: Layouts
URL:
svn+ssh://root@prod/opt/svn/decapolis/trunk/Solutions/iCommunitiesSite/Featu
res/Page/Layouts
Repository Root: svn+ssh://root@prod/opt/svn/decapolis
Repository UUID: d7bce5f5-bc0c-4343-8493-32a7206308fd
Revision: 120
Node Kind: directory
Schedule: normal
Last Changed Author: root
Last Changed Rev: 120
Last Changed Date: 2008-05-22 01:05:37 -0400 (Thu, 22 May 2008)

prod reports:
[prod]# svn info Layouts/
Path: Layouts
URL:
file:///opt/svn/decapolis/trunk/Solutions/iCommunitiesSite/Features/Page/Lay
outs
Repository Root: file:///opt/svn/decapolis
Repository UUID: d7bce5f5-bc0c-4343-8493-32a7206308fd
Revision: 121
Node Kind: directory
Schedule: normal
Last Changed Author: root
Last Changed Rev: 121
Last Changed Date: 2008-05-22 20:55:57 -0700 (Thu, 22 May 2008)

The reason why prod reports a revision of 121 is that I fixed the problem on
prod (unix)

-----Original Message-----
From: Andreas Schweigstill [mailto:andreas_at_schweigstill.de]
Sent: Friday, May 23, 2008 2:57 AM
To: dev_at_subversion.tigris.org
Subject: Re: BUG: svn out of sync.. but says its not

Hello!

> Sam Washburn wrote on Fri, 23 May 2008 at 02:02 -0400:
>> no, they are both working off of the same repo--an svn+ssh link. I've
been
>> able to determine by a local diff that the problem files are only in that
>> Layouts dir and the missing change was a single commit, though I'm not
sure
>> of the revision number. (I just remember committing these changes
together)
>> Also, in the recent past I've had some intermittent network problems and
>> packet loss. Could this be a transactional problem?

It would have been really nice if you mentioned which Subversion
versions you are using on machines "dev", "prod" and the repository
server.

You mentioned that you are using the same repo, but this doesn't mean
that both working copies are located in the same path/branch. In order
to be sure you should do a "svn info <filename>" on the problematic
files on both machines and compare the full path information.

The problem you got usually occurs when the working copies (or parts of
them!) are located on different branches inside the same repository.

With best regards
Andreas Schweigstill

--
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-23 18:53:49 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.