I keep all my fossils in /mnt/museum/ and then I clone each fossil to
the place it is needed, with a working directory below it. The
/mnt/museum directory is on a separate disk to my working disk, so
with auto-sync I get free backups. Having all fossils in one directory
makes for easier off-box backups too.

So, more graphically, that is:

/mnt/museum/
  something.fossil
  documents.fossil


/home/user/projects/something.fossil   (as a clone)
/home/user/projects/something/         (working dir)

/home/user/documents.fossil            (clone)
/home/user/documents/                  (working)

The `fossil all ls | grep -v museum` command shows me where all my
clones are.


On 11 February 2015 at 05:03, Ron W <ronw.m...@gmail.com> wrote:

> On Tue, Feb 10, 2015 at 12:24 PM, Jeff Rogers <dv...@diphi.com> wrote:
>
>> So what I'm thinking about is instead:
>> $ cd ~/dev/
>> $ fossil clone http://whatever/projectname ~/fossil_repos/projectname.
>> fossil
>> $ mkdir projectname
>> $ cd projectname
>> $ fossil open ~/fossil_repos/projectname.fossil
>>
>
> I use a variant of that:
>
> ~/Projects
>       /repos
>             /foo.fossil
>             /bar.fossil
>       /foo
>       /bar
>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
_______________________________________________
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