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

Re: [Subclipse-users] Override and commit?

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-06-09 15:12:57 CEST

Jiří Mareš <Jiri.Mares@svt.cz> wrote on 06/09/2006 09:09:14 AM:

> :-((( This is the problem of subversion or subclipse? If subclipse is
it
> possible to create somewhere the "Feature
> Request"? In Issue Tracker?
>
> This operation is quite offen in our environment ...

It is definitely not something one can do easily using Subversion
commands. Subversion will not allow you to commit a file unless it is at
the HEAD revision, so the local file has to be updated first. That means
the code for such an option would have to copy the local file to a temp
location, perform an update, copy the file back, and then perform a
commit.

You can file an issue in the issue tracker. If you want to see the option
added, you will most likely need to submit a patch that implements it.
Otherwise, you will just have to hope that someone else find the feature
valuable and submits a patch.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Jun 9 15:13:10 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.