[darcs-users] multiple darcs repositories in a single directory

Timothy Webster timw at outblaze.com
Fri Oct 15 02:33:33 UTC 2004


What I need is quite simple.

I need to have a way to create multiple darcs repositories within a directory.
It simply does not make logical since to always put every thing under a
directory as a single repository.

Shooting from the hip, is something like _darcs%{repository-name} do-able?
To make this backwards compatible _darcs would be the current case where
the directory name and the repository name are the same. 
Of course to select files for each repository. 

darcs initialize --name="repository-name"

darcs add -name=repository-name `some_cmd`
ie darcs add `cat list` -name=repository-name

Also I want to do this
cat 'list' | darcs add --name="repository-name"

-tim




More information about the darcs-users mailing list