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

Re: [Subclipse-users] Error when using "switch"?

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-09-15 19:48:18 CEST

Zach Bailey <zach.bailey@hannonhill.com> wrote on 09/15/2006 01:44:39 PM:

> I recently ran into a weird little error. The problem is as follows:
>
> 1.)Switch to a branch which has a certain file that the TRUNK does not
> 2.)Do some stuff in that branch (commit, etc.)
> 3.)Use "switch" to (try to) go back to trunk
>
> I then receive the following error:
>
> switch https://svnrepos/svn/project/trunk c:/path/to/local/workingcopy
> -rHEAD
> Filesystem has no item
> svn: REPORT request failed on '/svn/!svn/vcc/default'
> svn: Working copy path 'path/to/some/File.java' does not exist in
repository
>
> Shouldn't it really be ignoring that file that exists in my
> workspace/working copy when switching? I mean in the end when I use the
> switch command I don't care about that file - the behavior I expect here

> is if there are no pending changes in my working copy to just blow it
> away with the contents of the revision I want to switch to.
>
> Am I doing something wrong here? PEBKAC?

It certainly seems like you did something. It isn't clear what. Perhaps
something when you did the original switch? The stuff you see in the
console corresponds to the command line statement we would have run if we
were using the command line. You could try using the command line client
to do something equivalent and see if it also has a problem.

I have no other immediate ideas.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Sep 15 19:48:25 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.