[KDev4] VCS Ifaces copy/move/update/log problem.
Matthew Woehlke
mw_triad at users.sourceforge.net
Fri May 4 18:21:30 UTC 2007
dukju ahn wrote:
> 1. I've just found out that subversion doesn't support
> recursive/non-recursive selections for
> IBasicVC::copy(), move()
>
> In subversion, these two are always recursive. There is no flags
> to set recursive/non-recurse.
Ok, right now there is no recursion flag anyway. Anyone feel it is a
problem if copy()/move() are always recursive if given a directory? (I
don't see why they shouldn't be...)
> 2. in IBasicVC::update(), how about specifying revision as an argument?
> Updaiting to specific revision is very useful, especially in case when
> the HEAD contains compile erros.
Yike! Thanks for catching that... update committed.
> 3. IBasicVC::log() should have revision or revision range.
I'm waiting to see what Andreas says about having two flavors of
log()/showLog() before committing an update. A starting revision and
advisory limit will be added as parameters to log().
I don't think showLog() should have a limit (I do plan to add a starting
revision); the UI can use a default limit with incremental updates (or
more preferably, work with log() that supports incremental retrieval of
the results).
--
Matthew
Current geek index: 62%
More information about the KDevelop-devel
mailing list