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

Re: Omit externals during commit?

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2006-09-13 23:30:24 CEST

Markus Fischer wrote:
> I can update a WC and omit externals, but I couldn't find a way to this
> also with commiting. In our project we reference externals and
> unfortunately our directory layout requires them to be so in the tree so
> they can always checked when I need to commit something. I fear somehow
> that this is connected to the underlying svn client library because I
> can't find this feature either in the command line version ...

TSVN commit is actually equivalent to a series of SVN commands. The
first part which populates the commit file list is 'svn status -v'. This
is probably the bit you want to skip externals in. But I see no easy way
of adding this to our commit dialog without adding (yet) another context
menu entry for 'Commit special' similar to Update/Update to revision.

> On a related note: is is somehow possible to drag and drop
> directories/files to be commited into the appropriate window or will it
> be available? With the command line client it's easy because you can
> quickly only provide the files/dirs to commit on the shell, so you can
> very selective commit only subparts of directories, however this doesn't
> seem to be possible with TSVN. Example:
>
> dir1/
> dir2/
> dir3
> dir4/
> dir5/
>
> I now only want to commit dir3 and dir5 but currently I have to select
> commit on dir1 and wait until the whole tree is checked (just imagine
> that the dir4 is *very huge* and takes *lots of time*).

Already done in 1.4.0 which will be released Real Soon Now :-)

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Sep 13 23:29:51 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

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