Well thats the point, these are two different paths: C:\somepath\fossil.exe C:\Code\
There is no relative path from one to the other hence the need to specify it from C: as I do with all windows paths. --- On Tue, 5/31/11, Tim Ryan <[email protected]> wrote: From: Tim Ryan <[email protected]> Subject: Re: [fossil-users] Fossil path problems To: [email protected] Date: Tuesday, May 31, 2011, 7:39 AM You don't need to show the full path only relative ones. i.e from the root of source directory (the one with the _FOSSIL_ file) On 31 May 2011 17:33, Derek Developer <[email protected]> wrote: I am shelling to Fossil with a string like: C:\somepath\fossil.exe add C:\Code\mybigproject I get the error: filename contains illegal characters: /mybigproject/SomeSource.c BUT if I issue the command: C:\somepath\fossil.exe add \Code\mybigproject Then I do not get an error code HOWEVER When I come to do the commit, I get the: Missing File: SomeSource.c Missing File: MoreSource.c Missing File: BigSource.c etc What am I not understanding about DOS paths and fossil please? _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -----Inline Attachment Follows----- _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

