On Wed, 23 Aug 2006 14:26:18 +0800, Paul <[EMAIL PROTECTED]> wrote: > Hi all, hope this is the right forum for this...
Sure it is! > > I had issues moving from an SVN repo to a DARCS repo. The issue looks > very similar to this ticket: > > http://progetti.arstecnica.it/tailor/ticket/65 > > I hacked vcpx/dualwd.py:60 and changed it from: > self.target.shared_basedirs = shared > to > self.target.shared_basedirs = True > > and it seems to have sidestepped the problem. > > But, I have no real idea what shared_basedirs is supposed to be used > for. I see no documentation on it, so I'm not sure if its going to > create a broken repo or something? It seems ok so far, but maybe its > corrupted something I'm not aware of ? > > Did I do the right thing? Uhm, not in principle: users shouldn't have to hack sources :-) Did you read http://progetti.arstecnica.it/tailor/wiki/DisjunctWorkingDirectories ? Basically that's what control the "shared" bit. But ticket 65 needs a smart idea to be fixed: actually the target backend has not enough info to do the right thing... Please, augment the ticket with your context, such as configuration file and the like. ciao, lele. _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
