[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [announce] pkg-perl svn repository reorg at July 30th, 2:00-3:00 UTC



Hi,

On Sun, 29 Jul 2007, Joey Hess wrote:
> What you should expect to see on svn up after the transition:
> 
> * If you have a checkout of an individual package, such as
>   pkg-perl/packages/libalias-perl, you will need to update to the new
>   location using svn switch. This command will do the trick:
>   svn switch $(svnpath | sed s/packages/trunk/)

This doesn't work:
$ svnpath | sed s/packages/trunk/
svn+ssh://svn.debian.org/svn/pkg-perl/trunk/libcarp-datum-perl/trunk

You need rather something like this:
svn switch $(svnpath | sed -e s/packages/trunk/ -e s/trunk$//)

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/



Reply to: