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

Re: aptana and subversion

From: Ulrich Eckhardt <ulrich.eckhardt_at_dominolaser.com>
Date: Mon, 12 Sep 2011 12:15:04 +0200

On Thursday 08 September 2011, Tom Hale wrote:
> I'm having a strange issue in working with Aptana IDE and the SVN Plugin:

First thing: Can you reproduce the problem using just the commandline SVN
client? The point is not everybody here knows the Aptana IDE. Also, a common
cause for broken interoperability is when clients of different versions are
used on the same working copy. You can upgrade a WC to a newer client version,
but then you can't use it with an older version any more. For the record: This
is documented in the release notes and it does not apply to the server
versions.

> I can commit a file to the repository (in aptana, right click - team -
> commit), but when I run svn update (SSH terminal), all I get is the new
> revision number (at revision xxx). No indication that the file was
> added/changed etc.

When committing a file, you generate another revision of the repository. Does
the revision number increase which "svn update" reports? If not, either the
commit doesn't succeed or the two operations are on separate repositories. If
the revision changes but not the file, it could also be that they operate on
different parts of the same repository, like a branch and trunk, check "svn
info".

> This is a new issue as of last week - prior to last week I was
> successful with svn update.

What changed in your setup?

> I can merge to a previous version of a file (that dates back to last week)
> using svn merge -r XXX:XXX filename.

I'm not sure what you are doing here and what this should prove, apart from
that you can read from the repository. Merging is always a local modification,
you still need to commit. Further, merging can be silently ignored if
mergeinfo says it is unnecessary.

> Is it possible that I have a corrupted file?

If you have a corrupted working copy, several things could go wrong. Try a new
checkout and see if that helps.

Good luck!

Uli

-- 
ML: http://subversion.apache.org/docs/community-guide/mailing-lists.html
FAQ: http://subversion.apache.org/faq.html
Docs: http://svnbook.red-bean.com/
**************************************************************************************
Domino Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Visit our website at http://www.dominolaser.com
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Domino Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
Received on 2011-09-12 12:03:14 CEST

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.