Johan Corveleyn wrote:
On Mon, Feb 22, 2010 at 3:31 PM, Olivier Sannier wrote:
I reread the svn book and it is not clear to me whether or not svn switch is
supposed to update a relative external.
To me it would be quite logical that it would, hence my surprise when I saw
the above behavior.
On Mon, Feb 22, 2010 at 3:31 PM, Olivier Sannier wrote:
> Hello all,
>
> Let's say we have the following repository:
>
> /trunk
> /trunk/bin
> /trunk/sources/report_engine/models
>
> and an external on bin defined as the following:
>
> ../sources/report_engine/models models
>
> so when I checkout
Hello all,
Let's say we have the following repository:
/trunk
/trunk/bin
/trunk/sources/report_engine/models
and an external on bin defined as the following:
../sources/report_engine/models models
so when I checkout trunk, I get a copy of
/trunk/sources/report_engine/models inside the bin/mo