Hi, since I'm just starting to learn how to use Fossil, I'm running into some troubles;
I experience some problems syncing the local repository with a remote one; actually, I just need to push local data on the remote repository. That's the remote setup: $ fossil new MYREPO.fsl project-id: a97eae2a62cdf5481a19a5dce6c9ab3e2c763d0e server-id: f26a799c43f6d82a99d1119b26a98567e0d04697 admin-user: paolo (initial password is "b752cd") I then reference this remote repository file within a CGI: #! /usr/local/bin/fossil repository: /home/paolo/MYREPO.fsl >From this setup, anything looks like I can checkout (actually: clone) the remote repository: fossil clone http://lulli.net/code/index.cgi LOCALrepo.fsl Bytes Cards Artifacts Deltas Send: 597 24 0 0 Received: 0 0 0 0 Total network traffic: 472 bytes sent, 464 bytes received Rebuilding repository meta-data... 0 (0%)... project-id: (null) server-id: 75cf3cfbb2855595de5874459f239c55b71218ee admin-user: paolo (password is "1a4411") So, I make: $ fossil open LOCALrepo.fsl and start adding code: $ mkdir A $ echo "trytrytry">> A/try.txt $ fossil add A $ fossil commit So, under the local gui (fossil ui) I can see under FILES, the file A/try.txt. Since I live behind a proxy, I have to set : $ export http_proxy=http://localhost:3128 Then, I try to: fossil push http://lulli.net/code/index.cgi and get: via proxy: http://localhost:3128 Bytes Cards Artifacts Deltas Send: 90 1 0 0 Received: 0 1 0 0 Total network traffic: 315 bytes sent, 464 bytes received What I get is that local modifications don't get on the server in any way, and via the remote GUI I cannot see them. What am I missing, then ? May be it a matter of user privileges ? Thanks in advance, P. _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users