On Nov 11, 2009, at 4:06 PM, Barry Kauler wrote:
> I too have just started with Fossil.....

Barry Kauler, the Puppy Linux guy?  Welcome.

>
> One thing I did that might make the Fossil people cringe, is I created
> an empty repository locally (fossil new woof.fossil) then I uploaded
> it to my website by ftp. I reasoned that as it is empty, that wouldn't
> matter.

Actually, there nothing wrong with ftp-ing or scp-ing repositories  
between machines.  Set up a new project locally because it convenient  
to do so there (using "fossil ui") then scp or ftp it to the  
destination (after setting up the privileges like you want.)  Works  
fine.

Beware of sending repositories to other people, though.  Remember that  
each repository database also contains sensitive information such as  
your passwords and email address, etc.  If you want to email a project  
repository to someone, it is best to first run:

      fossil scrub  WHATEVER.fossil

The "scrub" command will remove passwords from the database.  Add the  
--verily option to remove less sensitive things like email addresses.

D. Richard Hipp
[email protected]



_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to