[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 enhancement

From: Marc Sherman <msherman_at_projectile.ca>
Date: 2006-02-09 18:15:02 CET

Mark Phippard wrote:
>
> You missed the point of my question. I understood the end result you
> wanted. Subclipse does not and cannot do anything to your working copy,
> we simply execute Subversion API to perform the various actions.
> Subversion does not have an API that does what you are asking. So what I
> am saying, is that unless you can describe a seried of svn command line
> actions that we could execute to accomplish this, then we cannot do it.

While I think this is a bad idea, you could implement it with the
following sequence of commands:

svn revert addedFile deletedFile
mv addedFile addedFile.tmp
svn mv deletedFile addedFile
mv addedFile.tmp addedFile

- Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Feb 9 18:38:53 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.