[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 uses --force on update?

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 9 Jul 2008 11:27:39 -0400

On Wed, Jul 9, 2008 at 11:15 AM, Hendrik Maryns
<qwizv9b02_at_sneakemail.com> wrote:

> I noticed that Subclipse appends a --force on an update call (a normal one).
> From http://svnbook.red-bean.com/en/1.0/re28.html however, it seems like
> this has no effect.

--force is a new option on update/switch/checkout in 1.5. If any of
these operations want to add a new file to your workspace and a file
of the same name already exists the operation will abort without this
option. With it, the item will be preserved and turned into a
versioned item. If the files are different, there will be outgoing
changes reported.

One use case this solves is when you create a patch and someone else
commits it and you forgot to cleanup your working copy.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-07-09 17:27:57 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.