Re: Find out whether a directory is external

2011-05-12 Thread Markus Schaber
Hi, Les, > Von: Les Mikesell [mailto:lesmikes...@gmail.com] > Remember that a more typical use of externals is to include components > that have their own separate release schedules. Yes, in that light, it makes acutally sense to exclude externals from the commit by default, so the user has to e

Re: AW: AW: Find out whether a directory is external

2011-05-12 Thread Les Mikesell
On 5/12/11 1:39 AM, Markus Schaber wrote: I can commit files and directories from inside and outside the external directory in the same commit, as long as the external directory itself is not mentioned on the list of elements to commit. I'd consider that accidental and not count on it. Acci

AW: AW: Find out whether a directory is external

2011-05-11 Thread Markus Schaber
Hi, Les, > Von: Les Mikesell [mailto:lesmikes...@gmail.com] > > [In all the following cases, it is assumed that the external directory > > is from the same repository than the main working copy). > > That would be a bad thing to assume in general. I know that I cannot commit into several differe

Re: AW: Find out whether a directory is external

2011-05-11 Thread Les Mikesell
On 5/11/2011 9:29 AM, Markus Schaber wrote: Hi, Von: Markus Schaber [mailto:m.scha...@3s-software.com] When I commit several pathes, one of them being an external directory, I get an exception: "Are all the targets part of the same working copy?", SVN_ERR_WC_NOT_LOCKED. Just some more expla

Re: Find out whether a directory is external

2011-05-11 Thread Andy Levy
On Wed, May 11, 2011 at 10:29, Markus Schaber wrote: > Hi, > >> Von: Markus Schaber [mailto:m.scha...@3s-software.com] >> When I commit several pathes, one of them being an external directory, > I >> get an exception: >> "Are all the targets part of the same working copy?", >> SVN_ERR_WC_NOT_LOCKE

AW: Find out whether a directory is external

2011-05-11 Thread Markus Schaber
Hi, > Von: Markus Schaber [mailto:m.scha...@3s-software.com] > When I commit several pathes, one of them being an external directory, I > get an exception: > "Are all the targets part of the same working copy?", > SVN_ERR_WC_NOT_LOCKED. Just some more explanation tot he situation: [In all the fo

AW: Find out whether a directory is external

2011-05-11 Thread Markus Schaber
Hi, Andy, > Von: Andy Levy [mailto:andy.l...@gmail.com] > > Is it true that the only way to find out whether a directory residing > > somewhere deep in a working copy tree is included via "svn:externals" > > is to check the parent directory? > > Yes. Due to how WC metadata is handled, a directory

Re: Find out whether a directory is external

2011-05-11 Thread Andy Levy
On Wed, May 11, 2011 at 02:57, Markus Schaber wrote: > Hi, > > > > Is it true that the only way to find out whether a directory residing > somewhere deep in a working copy tree is included via “svn:externals” is to > check the parent directory? > Yes. Due to how WC metadata is handled, a director

Find out whether a directory is external

2011-05-10 Thread Markus Schaber
Hi, Is it true that the only way to find out whether a directory residing somewhere deep in a working copy tree is included via "svn:externals" is to check the parent directory? Svn status on the directory itself (as well as the API calls via SharpSVN) seem to give no indication, only when