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

RE: Synch Problem

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-08-26 20:30:21 CEST

"Tom Thomson" <tthomson@koa.net> wrote on 08/26/2005 02:25:04 PM:

> Well, now I have new versions running; Subclipse 0.9.33 and Subversion
> 1.2.3. I'm still not able to achieve what I want..... Developer "A" has
a
> project, "PROJA", shared and using repository, "A". Developer "B" is
going
> to work on the project also. He creates a local project "PROJA" (same
name)
> and selects >share from the context menu and also chooses repository
"A".
> The prior version gave developer "B" the opportunity to synchronize with
the
> existing project (even though it ended in an error). New version stops
me
> from doing this with message, "Folder, PROJA, already exists in the
> repository, you must specify a folder name that does not already exist".
> Ideas??

The previous behavior was misleading you, there was no code to actually do
what needs to be done and the Subversion API's do not currently lend
themselves to this behavior. So in 0.9.33 I fixed this by correcting the
UI to not give the impression that we were going to do something that we
are not actually doing.

These are the manual steps that you need to do to achieve what you want.

1) Copy project files to a safe location.
2) Delete project in Eclipse
3) Checkout project from repository
4) Copy saved files on top of checkout

Someone is working on a workaround to essentially do these steps for you
in Java code. We also hope that Subversion is going to enhance it's
checkout command in 1.3 to support checking out into an existing
folder/file structure.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Sat Aug 27 04:30:21 2005

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.