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

changelist API : enhancement request

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-01-16 20:08:30 CET

Hi,

I've just started implementing the new 1.5 features into the TSVN. The
first feature I started with and am currently working on is the
changelist feature.

The API svn_client_set_changelist() is used to assign a file/folder to a
changelist. But it only takes *one* path, not an array of paths like
other API's do (e.g. svn_client_revert takes an apr_array_header_t for
the paths).

Since assigning items to a changelist one-by-one requires a lot of disk
access (opening the entries file, add the changelist entry, save the
file and close it again) if it's done for many files at once, I'd like
to request to change that API to take multiple paths instead of just one.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 16 20:08:45 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.