Re: Exclusion of files in Attic during git conversion not working.
Markus Schöpflin <[email protected]> Tue, 06 Aug 2013 09:06:40 +0200
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.devel |
|---|---|
| Message-ID | <[email protected]> |
Am 05.08.2013 17:44, schrieb Etan Reisner: > I can't seem to exclude files in Attic paths when doing a cvs2git > conversion. I've tried using paths to the files both with and without > Attic in them (though I am fairly certain that the /Attic/ version > should be the right paths to use). [...] If I understood you correctly, you want to exclude foo/bar/Attic during the conversion, but not foo/bar. Why would you want to do that? Files in Attic are files which were living under foo/bar and have been removed at some point of time in the past. After conversion you should not get any Attic directories in the git repository, just foo/bar. But if you go back in time and check out (with git using the result of the conversion) a version where a file found in Attic was not yet removed, it should be checked out to foo/bar. HTH, Markus ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1667&dsMessageId=3062119 To unsubscribe from this discussion, e-mail: [[email protected]].