On Aug 31, 2009, at 12:13 PM, Matthias Teege wrote:

> Moin,
>
> if I clone a repository from a remote location, the remote one is used
> as the default
> upstream repository. It is the default repository for autosync. How do
> I change the
> default repository for autosync or push?

The remote repository that Fossil remembers is the last one that you  
explicitly typed in.  In your case, that is the URL you used to  
clone.  If you type

      fossil sync ANOTHER-URL
      fossil push ANOTHER-URL
      fossil pull ANOTHER-URL
      fossil remote-url ANOTHER-URL

Then the remote URL is changed and the new ANOTHER-URL is used for all  
subsequent operations for which you do not specify an explicit URL.

This probably needs to be explained in the documentation.  Can you  
suggest a place in the documentation where it would be appropriate to  
say the above?

D. Richard Hipp
d...@hwaci.com



_______________________________________________
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