On Thu, 11 Aug 2011 14:20:34 -0700, you wrote:

>On Thu, Aug 11, 2011 at 2:03 PM, Stephan Beal <sgb...@googlemail.com> wrote:
>
>> There is no built-in way to create a remote repository (a fossil server
>> represents the _one_ repository which must already exist before the server
>> can start). You have to create the .fsl file, run fossil ui once to set the
>> admin password, upload it to the server, and either run it (if you're
>> running it as a server) or set up a CGI script wrapper to run it (for CGI
>> use).
>>
>
>How much damage would setting up one .fsl file, and then copying it multiple
>times - once for each new repository - cause? If that worked, you could wrap
>a script around scp (or pscp on Windows) to make a "create remote
>repository" command.

Although it would work, every clone would have the same
project-id, which might create confusion when multiple
repositories are online.

>      <mike
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
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