[Clam-devel] IMPORTANT: please migrate your http sandboxes to httpS
Pau Arumi
parumi at iua.upf.edu
Tue Jul 17 02:22:21 PDT 2007
En/na Pau Arumi ha escrit:
>
> Our sysadm, Jordi*, ask us to use only httpS svn so he can close
> the http access for security and simplicity reasons.
>
> So if your working copy was checked out with http, please move ASAP
> to a new https checkout.
>
> $ svn co https://iua-share.upf.edu/svn/clam/trunk clam
>
> And move your local modifications there if needed:
> oldclam$ svn diff > /tmp/localmodifications.patch
> clam$ patch -p0 < /tmp/localmodifications.patch
Now Jordi notice me that additionally we can also migrate _without_
doing a new checkout.
Assuming your trunk http checkout is in the clam/ dir:
$ svn switch --relocate \
http://iua-share.upf.es/svn/clam/trunk/ \
https://iua-share.upf.es/svn/clam/trunk/ \
clam
More information about the clam-devel
mailing list