Greetings!

First of all, I want to thank you whomever was the creator of this wonderful utility. Props to you.

I have a setup on my Windows PC where I have many sources of various languages. That will be another question later, but today, I have a project, which I created a repo for it, but I have libraries somewhere else. Imagine this scenario:

Project lives on: c:\sources\d\MyProject\MyProject.d
Libraries used by this project live on: c:\D\import
                                                                         
\my\lib\aaa.d
                                                                         
\my\lib\bbb.d
                                                                         
\my\lib\ccc.d
                                                                         
\my\lib\ddd.d
                                                                         
\my\lib\eee.d
                                                                         
\my\lib\fff.d
                                                                         
\other0\lib\aaa.d
                                                                         
\other1\lib\aaa.d

The problem is that when I make changes to the to the c:\sources\d\MyProject\MyProject.d everything is fine I get the new version etc. But, when I make changes in c:\D\Import, the changes are not being checked in. I know I can open another repo and keep track of them like that, but is there another way where I can point to another directory and still use the repo for c:\sources\d\MyProject\MyProject.d? I hope I was clear enough. Thanks.

josé
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to