I am having a little problem with one thing in fossil, what am I doing wrong.

I have file:

     /foo/bar/is/here

I want to relocate in the repository src try to:

    /foo/totally/new/location/here

/foo is the root of the checkout workspace.

the path /foo/totally/new/location/  doesn’t exist in the repo yet as there are 
no other files checked in there.

When I try to use:

    fossil mv /foo/bar/is/here /foo/totally/new/location/here

I get an error:

   file outside of checkout tree: /foo/totally/new/location/here


I’m presuming this is because fossil only adds files, not dirs…and since there 
are no files yet that deep, fossil doesnt know about the dir I want to put it 
in.  I have already created the folder in the checkout workspace to move the 
actual file to it…  And I did try to move the actual file there first 
too…didn’t make any difference.

how do I do this?



_______________________________________________
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