On Fri, Oct 28, 2011 at 1:14 PM, Dmitry Chestnykh
<dmi...@codingrobots.com>wrote:

> Make sure you don't have uncommited changes.
>
> fossil close
> fossil open new/path/to/your/repository
>

Or if you DO have uncommitted changes you can also try:

  rm _FOSSIL_
  fossil open /new/path/... --keep

--keep tells the open command not to overwrite any same-named files which
exist in both the local filesystem and the repo.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
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