Subject: darcs
Hi,
since I'm tired of messing up my installations with a lot of devel code, I tried out darcs. After reading the manual (not in detail, yet) and the darcs-related wiki page, I have still one important question not answered:
What is the best way to develop and test? I mean: I have pulled the current devel code and applied all patches. Now I want to extend this code with a superb feature. But for that I need dokuwiki to run. That means: I have to rename and edit some config-files and dokuwiki will create some files in the data dir. Darcs will notice those changes of course, but they don't interest me. I want darcs rather to observe only the files relevant for my feature.
I thought of creating a second repository, make all initially changes (local.php, acl.auth.php....) and record them as patch. I would then edit source code only in my first repository, create a patch and copy that to my second "test repo". But this is far away from usable and wouldn't work neither.
Something that I get completly wrong?
Thank You in Advance
since I'm tired of messing up my installations with a lot of devel code, I tried out darcs. After reading the manual (not in detail, yet) and the darcs-related wiki page, I have still one important question not answered:
What is the best way to develop and test? I mean: I have pulled the current devel code and applied all patches. Now I want to extend this code with a superb feature. But for that I need dokuwiki to run. That means: I have to rename and edit some config-files and dokuwiki will create some files in the data dir. Darcs will notice those changes of course, but they don't interest me. I want darcs rather to observe only the files relevant for my feature.
I thought of creating a second repository, make all initially changes (local.php, acl.auth.php....) and record them as patch. I would then edit source code only in my first repository, create a patch and copy that to my second "test repo". But this is far away from usable and wouldn't work neither.
Something that I get completly wrong?
Thank You in Advance
3AtÜ
Show profile
Link to this post
. If you do the first checkout of the devel repository, the acl.auth.php, local.php and users.auth.php aren't there. You have to either run the installer (best option) or create them yourself. And here comes the important part. Newly added files aren't tracked by darcs unless you tell it so with a: