On Wed, Jul 8, 2009 at 5:36 PM, Gilles <[email protected]> wrote: > D:\Downloads\FossilDVCS>fossil.exe open myproj > > 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
Your usage here is wrong: you can only ADD a file which is physically in the repository. Try copying it under FossilDVCS/... and THEN call "fossil add". > 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? Nope - it's a usage error. -- ----- stephan beal http://wanderinghorse.net/home/stephan/
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

