On Tue, Sep 12, 2006 at 03:51:52PM +0200, Svend wrote: > > Then you talk about another repository? Well, I imagine, that somehow I > should let other developers have a copy of my newly created, not yet > changed, repository? Or should they just have a copy of the files, and then > create their own repository the same way? There seem to be a missing ling in > the manual - or maybe I'm just too slow!
So lets assume you nave some directory "project1" and inside there is file "great_plan". In the directory project1 you run: darcs init darcs add great_plan darcs record Now you have your repository with the first patch (adding the file to the repository). If you wan to share the repository with others, just copy or move the directory project1 to your webserver and tell others to darcs get http://your.server/path/project1 -- Miroslav Kure _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
