[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



-=| Joey Hess, 29.07.2007 21:33 |=-
> * 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/)

Here's a tiny script for those who have each individual package checked out:

#!/bin/bash
for d in $(find . -maxdepth 1 -type d) ; do
  pushd $d
  old=`svnpath`
  new=$(echo $old | sed s/\\/trunk// | sed s/packages/trunk/)
  echo "$old -> $new"
  svn switch $new
  popd
done

Any idea how to convert this to one giant checked-out tree without
downloading everything?
-- 
dam            JabberID: dam@jabber.minus273.org

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: