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

[Subclipse-users] Top level folder copying has incorrect subversion path

From: Simon Goodall <simon.goodall_at_eurobios.com>
Date: Fri, 7 Aug 2009 03:37:16 -0700 (PDT)

I keep coming across a problem where I drag and drop a top-level folder in my plug-in project into another project, however subclipse does not notice that is a new folder and retains the original repository location.

E.g.

I have a plugin project, project_1, with a non-source folder called folder_1 and a second plug-in project, project_2.

svnroot/trunk/project_1/folder_1

svnroot/trunk/project_2/

I drag folder_1 into project_2 to get;

svnroot/trunk/project_2/folder_1.

I would expect it to be marked up as a newly added folder (with the + icon). However it is copied across and marked as unchanged. Checking the svn properties shows the existing project_1 repo path.

This makes it hard to delete as subclipse sees the svn data and tries to delete it from the repo as well, but it fails as the parent project in the repo does not contain the the folder.

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2381245

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-08-07 14:41:44 CEST

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.