-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Riza,
> Yes I have a directory "path/to/repo" where I have the fossil > repositories (with .fossil extensions, two > examples created - example1.fossil and example2.fossil - with fossil > new and one cloned - the fossil > repository) and the fossil.exe. One of the created fossil repository > is named example1.fossil (the > repo_name was just made up :) ). I run the server in this directory > like so > > fossil.exe server .\ That command actually does start a web server, but I don't think it's the intended usage. You could instead do (tested in XP, works fine): c:\> start fossil.exe server .\example1.fossil --port 8081 c:\> start fossil.exe server .\example2.fossil --port 8082 You could make that into a batch script if you have more than two fossils. Don't forget the 'start' to spawn duplicate command line environments for your web servers. Good luck, Adam J Richardson -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkzSeBUACgkQSUH6dLOqvqnzwACg8E5QkwSWlLqbJKncegHiw/il 2gUAn2qKTUo6af7G+YdMpS8zIdwgxGKW =srB6 -----END PGP SIGNATURE----- _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

