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

Re: [Subclipse-users] Subclipse 1.1.6 wants to update already deleted files in synchronize view

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-09-26 16:21:49 CEST

Jens Seidel <jensseidel@users.sf.net> wrote on 09/26/2006 10:12:11 AM:

> I tested a recent Subclipse version (1.1.6) together with Eclipse 3.2.1
M20060921 and
> noticed that Subclipse wants to readd deleted files from BASE with a
synchronisation.
> Outgoing changes are OK but the incoming one are all bogus ...
> (The commandline version works great and also the stable Subclipse with
Eclipse 3.2.)

I do not necessarily understand what you are saying is happening. Incoming
deletes have always (or for a long time) shown BASE as the revision. I
think someone did this because of the Compare Editor implications since
there is no longer a revision on the server.

> I wonder how to specify a directory on the server after deleting the
Eclipse
> keyring file? svn+ssh://<my IP>/svn-repository is my repository but I
can only
> insert svn+ssh://<my IP> in the key/password dialog.

You should not be entering any URL's into that dialog. You just specify
the path to the file and the passphrase. A change that JavaSVN made was
that you then get prompted with a second username and password dialog
where you really just need to use the username field and that is to
specify a username for the commit, where as the first dialog was purely
for the SSH credentials.

> Another item: I start eclipse after setting LANG=C (because of really
many
> critical bugs in eclipse), nevertheless I got the "File not found"
message in
> German.

This has nothing to do with us.

> Once I try to update one of this pseudo files I get:
>
> console message:
> svn: URL 'svn+ssh://<my IP>/svn-
> repository/project/branches/branch1/src/file.cc' non-existent in
revision '732'
> svn: File not found: Revision 732, Pfad
'/project/branches/branch1/src/file.cc'
>
> org.tigris.subversion.subclipse.core.SVNException: Can't get remote
resource
> svn+ssh://<my IP>/svn-repository/project/branches/branch1/src/file.cc at
revision HEAD
> at org.tigris.subversion.subclipse.core.commands.
> GetRemoteResourceCommand.run(GetRemoteResourceCommand.java:62)
> at org.tigris.subversion.subclipse.core.resources.LocalResource.
> getRemoteResource(LocalResource.java:315)
> at org.tigris.subversion.subclipse.core.resources.LocalResource.
> getLatestRemoteResource(LocalResource.java:300)
> at org.tigris.subversion.subclipse.ui.subscriber.
> ShowHistorySynchronizeAction.

This stack trace says that you tried to Show History. This action is
known to fail on incoming deletes.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Sep 26 16:22:04 2006

This is an archived mail posted to the Subclipse Users mailing list.

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