You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Jochen Wiedmann <jo...@softwareag.com> on 2007/08/15 08:48:15 UTC

Relocating the SVN tree

Hi,

any suggestions or helper tools for relocating from jakarta/commons to 
commons available?

Thanks,

Jochen


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: Relocating the SVN tree

Posted by Dennis Lundberg <de...@apache.org>.
I use SmartSVN [1] for most of my svn operations. It has a 
free-of-charge "Foundation" version. It made it really easy to "svn 
switch" my whole proper-trunks structure, without bothering with the 
command-line.

  -> Modify -> Switch to URL...

[1] http://www.smartsvn.com/


Jochen Wiedmann wrote:
> 
> Hi,
> 
> any suggestions or helper tools for relocating from jakarta/commons to 
> commons available?
> 
> Thanks,
> 
> Jochen
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: Relocating the SVN tree

Posted by Henri Yandell <fl...@gmail.com>.
svn switch doesn't do svn:externals.

I used svn status to figure out which ones I had changes on. I rm'd
the other components, did an svn switch of the trunks-proper
directory, did an svn switch of the components I had local changes on
and then did an svn update to get all of the others.

Hen

On 8/15/07, Torsten Curdt <tc...@apache.org> wrote:
> svn switch
>
> ...or what are you after?
>
> On 15.08.2007, at 08:48, Jochen Wiedmann wrote:
>
> >
> > Hi,
> >
> > any suggestions or helper tools for relocating from jakarta/commons
> > to commons available?
> >
> > Thanks,
> >
> > Jochen
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: Relocating the SVN tree

Posted by Torsten Curdt <tc...@apache.org>.
svn switch

...or what are you after?

On 15.08.2007, at 08:48, Jochen Wiedmann wrote:

>
> Hi,
>
> any suggestions or helper tools for relocating from jakarta/commons  
> to commons available?
>
> Thanks,
>
> Jochen
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org