I inherited a couple of CVS-stored websites that had the web root as the 
root directory of the repo. At least they were using version control.

I converted the repos to fossil a while ago, and now I'm getting around 
to moving everything out of the root dir into a "www" subdir. In case 
you need to do the same, here's how I did it:

     $ cd ~/dir-with-open-repo
     $ mkdir www
     $ ls -A | grep -v www | xargs -Ixxx mv xxx www/
     $ mv www/_FOSSIL_ www/manifest* .
     $ fossil ls | xargs -L1 -Ixxx fossil mv xxx www/xxx

-- 
Joshua Paine
LetterBlock: Web applications built with joy
http://letterblock.com/
301-576-1920
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to