I am using Xcode as my IDE at the moment, which produces a project.xcodeproj 
file, and a projectsrc/ dir to contain source files. My .fossil is located in 
the project dir alongside the project.xcodeproj file. However, I type "fossil 
UI" in the projectsrc dir, and add files from there as well, as to date I've 
only wanted to keep source code files in the repository.

Now I want to keep my project.xcodeproj file in the repository as well. How do 
I change my fossil configuration from:

project/
  project.fossil
  project.xcodeproj
  projectsrc/

project/projectsrc/> "fossil ui", "fossil add source.h source.h", etc.


To:
  project.fossil
  project.xcodeproj
  projectsrc/

project/> "fossil ui", "fossil add projectsrc/source2.h projectsrc/source2.c", 
etc.


Thank you for your time.

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

Reply via email to