On Jul 8, 2009, at 11:36 AM, Gilles wrote:

> Hello,
>
> I'm just getting started with Fossil, on an XPSP3 host. Since the
> archives of this mailinglist are currently 404
> (http://lists.fossil-scm.org:8080/pipermail/fossil-users/ = "The
> requested URL /pipermail/fossil-users/ was not found on this server.
> "), I can't check if this question was asked before.
>
> Following the Fossil Quick Start, I ran the following commands:
>
> ==========================
> D:\Downloads\FossilDVCS>fossil.exe new myproj
> project-id: 81542bea1abf160ac70469e0f074b621d85e5c3f
> server-id:  df98ad0e858623976a5502408f86bdec0c292751
> admin-user: Fred (initial password is "227256")
>
> D:\Downloads\FossilDVCS>dir
>
> 24/04/2009  14:55           816 640 fossil.exe
> 08/07/2009  17:08            43 008 myproj
>
> D:\Downloads\FossilDVCS>fossil.exe add "D:\Documents\Code
> Snippets\Delphi\sqlite\Unit1.pas"
> fossil.exe: not within an open checkout
>
> D:\Downloads\FossilDVCS>fossil.exe open myproj

Your check-out is in D:/Downloads/FossilDVCS.  You can only add files  
that are beneath this folder.  D:/Documents/.... is not beneath this  
folder.

>
> D:\Downloads\FossilDVCS>fossil.exe add "D:\Documents\Code
> Snippets\Delphi\sqlite\Unit1.pas"
> fossil.exe: file outside of checkout tree: D:/Documents/Code
> Snippets/Delphi/sqlite/Unit1.pas
>
> D:\Downloads\FossilDVCS>notepad test.txt
>
> D:\Downloads\FossilDVCS>fossil.exe add test.txt
> ADDED  test.txt
> ==========================
>
> Does it mean that Fossil doesn't like long filenames?
>
> Thank you.
>
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

D. Richard Hipp
[email protected]



_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to