[fossil-users] How to associate a fossil repository with a new autosync URL?

2009-09-30 Thread Jeff Doar
How does one associate a fossil repository with a new autosync URL? e.g., * I create fossil repository R1. * Using fossil server, I open that repository up on http port 8080. * I execute fossil clone http://[server]:8080; to create repository R2. * I work in R1 and R2 as necessary. * Some time

Re: [fossil-users] How to associate a fossil repository with a new autosync URL?

2009-09-30 Thread Michael McDaniel
On Wed, Sep 30, 2009 at 04:07:47PM -0500, Jeff Doar wrote: How does one associate a fossil repository with a new autosync URL? e.g., * I create fossil repository R1. * Using fossil server, I open that repository up on http port 8080. * I execute fossil clone http://[server]:8080; to

Re: [fossil-users] How to associate a fossil repository with a newautosync URL?

2009-09-30 Thread Wilson, Ronald
How does one associate a fossil repository with a new autosync URL? fossil remote-url http://your.new.url:port/ If you want to include your username and pw in the remote-url, you can try: fossil remote-url http://usr:p...@your.new.url:port/ However, this doesn't work for me on windows I have