Firstly, thanks for the quick, and courteous reply.
Simon Large wrote:
>> 1) streamline import process: When I want to add version control to a
>> directory, I'd like to be able to do that in one go, rather than
>> importing, then checking out a working copy.
>
> Not quite one step, but better than import:
> http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-import.html#tsvn-dug-import-in-place
Excellent!
Would it not be trivial to make this process into a single context menu
item? (create the folder in repository, checkout (hide the warning), and
spawn the "Add" dialog)
It wouldn't add clutter because you'd only add it to unversioned items.
>> 3) simplify removing from version control: Allow with context menu
>> action, instead of four step copy file/dir to another location, execute
>> svn delete, copy back, add to ignore property
>
> In 1.5.0 there is an option to delete an item from subversion without
> deleting the local file/folder.
>
> You still have to ignore manually, but there's not much we can do
> about that. TSVN doesn't know whether it should ignore MyFile.obj or
> *.obj, or indeed whether the item is already covered by something in
> the ignore list which was added after the item was versioned.
Again, Excellent!
Could TSVN not query svn to find the current ignore list to check? Then
if not covered, spawn a dialogue, with content generated by your already
written and excellent context menu for "Add to ignore list".
Incidently, if you point me in the right direction, I'd be happy to
attempt these features myself. Let me know which parts of the code base
to investigate, along with any developers howtos for tsvn that you know of.
Thanks again,
Cameron.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Jul 4 10:50:08 2007