Re: How to start syncing two existing directories with git annex?

2013-11-25 Thread Alan Schmitt
snh...@gmail.com writes:

> I could use unison to make sure that the two ~/Music dirs are exactly 
> the same, and resolve any differences, before moving anything into 
> ~/Annex. Maybe that would be a good idea?

Unison will probably be useful in making sure the same files are on both
replicas, but it won't help you merge the id3 tags (you'll have to
choose one side over the other for each file).

Alan
___
vcs-home mailing list
vcs-home@lists.madduck.net
http://lists.madduck.net/listinfo/vcs-home


integrating an existing git repo in vcsh

2016-02-03 Thread Alan Schmitt
Hello,

I could not find how to do the following in the documentation. I already
have my .emacs.d under git, and I’m looking into vcsh for other
configuration files. Is it possible to integrate this existing repo in
vcsh?

Thanks,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Athmospheric CO₂ (Updated February 1, 2016, Mauna Loa Obs.): 402.43 ppm


signature.asc
Description: PGP signature
___
vcs-home mailing list
vcs-home@lists.madduck.net
http://lists.madduck.net/listinfo/vcs-home

Re: integrating an existing git repo in vcsh

2016-02-04 Thread Alan Schmitt
Hello Christopher and Martin,

On 2016-02-04 12:09, martin f krafft  writes:

> It should be as easy as cloning the repo with vcsh, though I suspect
> you'll have to first modify the contents and move all files to
> ./.emacs.d/, assuming that that's currently the worktree of your Git
> repo. vcsh uses ~/ as the worktree, and so your files would
> otherwise all be checked out to ~/ instead of ~/.emacs.d/ .

Thank you for the suggestion, as it lead me deeper in the documentation
and made me realize I actually did not need to do anything: I simply
use mr, as suggested on the site, for both git and vcsh repositories. So
I only needed to register my emacs.d with mr, and all is well.

Thanks again,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Athmospheric CO₂ (Updated February 1, 2016, Mauna Loa Obs.): 402.43 ppm


signature.asc
Description: PGP signature
___
vcs-home mailing list
vcs-home@lists.madduck.net
http://lists.madduck.net/listinfo/vcs-home