On Tue, Jan 8, 2013 at 1:22 PM, John Long <codeb...@inbox.lv> wrote:

> I just finished deleting a few dozen repos since I moved a bunch of source
> code to another machine and fossil refused to like it. After that I found a
> discussion on the mailing lists about test-move-repository. Not a big deal
> since this was all test stuff but I would like to know what the official
> approved way is to let fossil know a repository has been moved.
>
> For example:
>
> old repo was in /home/user/code/project
>
> copied the project directory including the repo to
> /newmachine/differentuser/programs/newplace
>

The easiest way, IMO, is:

fossil close
move repo file
fossil open --keep /path/to/new/repo

The --keep option keeps fossil from overwriting any changes you made
between moving and opening the repo.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to