[darcs-users] re: Rough HOWTO for two way sync'ing between SVN and darcs

Jean Jordaan jean at upfrontsystems.co.za
Tue Mar 1 15:10:41 UTC 2005


Hi Mark

In your Howto at
   http://www.darcs.net/pipermail/darcs-users/2005-January/005070.html
where do sync-down.tailor and sync-up.tailor live?

Following the Howto, I got a directory structure like this::

   ~/work/co/darcs/tailored
	learnlinux:
		tailor.sync-down  tailor.sync-up

	learnlinux/upstream:
		_darcs  tailor.info  tailor.log  trunk

	learnlinux/working:
		_darcs  trunk

The down/up config files respectively are::

  {'upstream': {'source_kind': 'svn',
               'subdir': '.',
               'target_kind': 'darcs',
               'upstream_repos': 'svn://....../trunk',
               'upstream_revision': 'HEAD'}}

  {'upstream': {'module': 'working',
                'source_kind': 'darcs',
                'subdir': '.',
                'target_kind': 'svn',
                'upstream_repos': '../',
                'upstream_revision': 'learnlinux tailored'}}

Sorry for being dense.

-- 
Jean Jordaan
http://www.upfrontsystems.co.za




More information about the darcs-users mailing list