> 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 to do this to make
the credentials 'stick':

fossil pull http://usr:p...@your.new.url:port/

after that you can check the remote url:

fossil remote-url --show-pw

RW

Ron Wilson, Engineering Project Lead
(o) 434.455.6453, (m) 434.851.1612, www.harris.com

HARRIS CORPORATION   |   RF Communications Division
assuredcommunications(tm)
_______________________________________________
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