Re: Problem getting new external into my working copy

2012-02-21 Thread Philip Martin
Michael Hartmeier writes: > Having "svn up " seems like a proper solution for me. > Do you want me to file a feature request or bug report? Yes, please raise an issue. -- Philip

Re: Problem getting new external into my working copy

2012-02-21 Thread Michael Hartmeier
Having "svn up " seems like a proper solution for me. Do you want me to file a feature request or bug report? As a work-around, I'll try Philip's fixed revsions. Thank you all! Michael Am 20.02.2012 16:33, schrieb Stefan Sperling: On Mon, Feb 20, 2012 at 02:49:54PM +0100, Michael Hartmeier wr

Re: Problem getting new external into my working copy

2012-02-20 Thread Stefan Sperling
On Mon, Feb 20, 2012 at 02:49:54PM +0100, Michael Hartmeier wrote: > Hi, > > I have a working copy that only contains svn:externals, no "normal" > files or directories: > >$ svn propget svn:externals . >shop https://svn.schlund.de/shop/trunk >popups https://svn.schlund.de/popups/trunk

Re: Problem getting new external into my working copy

2012-02-20 Thread Philip Martin
That might be considered a bug. I think you have to run update to get the new external. If the other externals are single revision then you could define that revision explicitly in svn:externals. Then you could run update and those externals would not change. You could even make the svn:externa

Re: Problem getting new external into my working copy

2012-02-20 Thread Michael Hartmeier
Yes: they both have no effect :( Michael Am 20.02.2012 15:35, schrieb Daniel Shahaf: Instead of svn checkout tuneup have you tried svn up --depth empty or svn up tuneup ? Michael Hartmeier wrote on Mon, Feb 20, 2012 at 14:49:54 +0100: Hi, I have a working copy that only contai

Re: Problem getting new external into my working copy

2012-02-20 Thread Daniel Shahaf
Instead of svn checkout tuneup have you tried svn up --depth empty or svn up tuneup ? Michael Hartmeier wrote on Mon, Feb 20, 2012 at 14:49:54 +0100: > Hi, > > I have a working copy that only contains svn:externals, no "normal" > files or directories: > >$ svn propget svn:extern

Re: Problem getting new external into my working copy

2012-02-20 Thread Michael Hartmeier
Unfortunatly, a global "svn up" is not an option: I'd also get updates for the existing svn externals that I don't want. Michael Am 20.02.2012 15:24, schrieb Johan Corveleyn: On Mon, Feb 20, 2012 at 2:49 PM, Michael Hartmeier wrote: Hi, I have a working copy that only contains svn:externals

Re: Problem getting new external into my working copy

2012-02-20 Thread Johan Corveleyn
On Mon, Feb 20, 2012 at 2:49 PM, Michael Hartmeier wrote: > Hi, > > I have a working copy that only contains svn:externals, no "normal" files or > directories: > >   $ svn propget svn:externals . >   shop https://svn.schlund.de/shop/trunk >   popups https://svn.schlund.de/popups/trunk/ > > How can