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 I add a new external without updating the whole working copy?
What w
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 cop
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
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 +010