Thus said jim Schimpf on Thu, 26 Nov 2015 10:45:34 -0500:

> Also since that worked is there some way a I can move the local repo I
> have of this  project (and it's history) into this  newly cloned repo.
> Then  when I  sync that  with  Chiselapp it  will have  done the  push
> equivalent.

Just make sure that the project code  is the same as the project code in
Chiselapp:

$ fossil sql -R local.fossil
SQLite version 3.9.2 2015-11-02 18:31:45
Enter ".help" for usage hints.
sqlite> SELECT * FROM config WHERE name = 'project-code';
project-code|d05af28ff53c2077795d6780192daca8006202e6|1448563931
sqlite> UPDATE config SET value = '<projectcode>' WHERE name = 'project-code';

Then, open  the repository, use ``fossil  remote'' to set your  sync URL
to:

https://jschi...@chiselapp.com/user/jschimpf/repository/LPC1114-PWM

Then run ``fossil sync''

Andy
-- 
TAI64 timestamp: 40000000565758e3


_______________________________________________
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