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.
**************************************************************************************

Reply via email to