Hi, I have a server where I have to run an older version of fossil (Fossil version [0eb08b860c] 2009-09-16 21:29:18). This is part of the distribution running there. I cannot distribute a newer version of fossil to this server.
I build a Fossil repository on my local system and copied it with scp on this server, changed the passwords of the users and removed the clone right for user nobody. After these changes I was able to login at the web interface. So far so good. But I was not able to clone with my local client (fossil version [a918bdf56b] 2010-02-01 15:07:38 UTC) I tried : fossil clone http://hein:[email protected]:8082 swift.fossil --httptrace fossil clone http://hein:*[email protected]:8082 swift.fossil --httptrace In both cases I've got the following error: HTTP RECEIVE: error not\sauthorized\sto\sclone If I used the latest fossil version for the server, erverything worked as expected. Any idea what is going on here. Where is my fault? Thanks Hein ==> $ fossil clone http://hein:[email protected]:8082 swift.fossil --httptrace Bytes Cards Artifacts Deltas Send: 49 1 0 0 HTTP SEND: (http-trace-1.txt) POST /xfer HTTP/1.0 Host: 10.0.0.8:8082 User-Agent: Fossil/[a918bdf56b] Content-Type: application/x-fossil-debug Content-Length: 49 clone # 41D0531E7CC95567349ED5CD0C973A7CCF834AA9 ======================= HTTP RECEIVE: error not\sauthorized\sto\sclone ======================= Received: 33 1 0 0 Send: 619 24 0 0 HTTP SEND: (http-trace-2.txt) POST /xfer HTTP/1.0 Host: 10.0.0.8:8082 User-Agent: Fossil/[a918bdf56b] Content-Type: application/x-fossil-debug Content-Length: 712 login hein 0c76c3cb82a14e45d4a896e7b360d3a4c938aaa1 47aa58531e893441a049456d17d 50e0c43efd54 reqconfig css reqconfig header reqconfig footer reqconfig logo-mimetype reqconfig logo-image reqconfig project-name reqconfig project-description reqconfig index-page reqconfig timeline-block-markup reqconfig timeline-max-comment reqconfig ticket-table reqconfig ticket-common reqconfig ticket-newpage reqconfig ticket-viewpage reqconfig ticket-editpage reqconfig ticket-reportlist reqconfig ticket-report-template reqconfig ticket-key-template reqconfig ticket-title-expr reqconfig ticket-closed-expr reqconfig @reportfmt reqconfig @user reqconfig @concealed reqconfig @shun # AD6E9E7DE96D05C43ED57A56F00037EB034C9C03 ======================= HTTP RECEIVE: config project-name 19 SwiftFixTransformer config @reportfmt 603 INSERT INTO _xfer_reportfmt(title,cols,sqlcode) VALUES('All Tickets','#ffffff K y: #f2dcdc Active #e8e8e8 Review #cfe8bd Fixed #bde5d6 Tested #cacae5 Deferred #c8c8c8 Closed','SELECT CASE WHEN status IN (''Open'',''Verified'') THEN ''#f2dcdc'' WHEN status=''Review'' THEN ''#e8e8e8'' WHEN status=''Fixed'' THEN ''#cfe8bd'' WHEN status=''Tested'' THEN ''#bde5d6'' WHEN status=''Deferred'' THEN ''#cacae5'' ELSE ''#c8c8c8'' END AS ''bgcolor'', substr(tkt_uuid,1,10) AS ''#'', datetime(tkt_mtime) AS ''mtime'', type, status, subsystem, title FROM ticket'); config @concealed 0 config @shun 0 ======================= Received: 706 4 0 0 Total network traffic: 1040 bytes sent, 1112 bytes received Rebuilding repository meta-data... 0 (0%)... project-id: (null) server-id: 08658606355f257afe0ff7d88db02a8cb78325a3 admin-user: Hein (password is "7ef6ef") -- Heinrich Huss PSH Consulting GmbH Am Gewerbepark 10 64823 Groß-Umstadt Phone +49 6078 931 6455 Fax +49 6078 96 9536 Mobile +49 171 43 46 773 e-mail [email protected] *** PSH Consulting GmbH Legal Disclaimer *** Diese E-Mail einschließlich ihrer Anhänge ist vertraulich und ist allein für den Gebrauch durch den vorgesehenen Empfänger bestimmt. Dritten ist das Lesen, Verteilen oder Weiterleiten dieser E-Mail untersagt. Wir bitten, eine fehlgeleitete E-Mail unverzüglich vollständig zu löschen und uns eine Nachricht zukommen zu lassen. This email may contain material that is confidential and for the sole use of the intended recipient. Any review, distribution by others or forwarding without express permission is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. Hauptsitz: Magdeburger Strasse 1, D-64720 Michelstadt, USt-IdNr.: DE 21 117 1171 Kommunikation: Telefon +49 6078 931 6455, Telefax +49 6078 96 95 36, www.psh-consulting.de Handelsregister: Amtsgericht Darmstadt, HRB 71404 Geschäftsführer: Heinrich Huss, Thomas Riedl _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

