#
# ChangeLog for trunk/scripts/git-migration
#
# Generated by Trac 1.0.2
# Apr 30, 2025, 4:03:31 PM

Thu, 25 Dec 2008 07:33:38 GMT broder [1898]
	* trunk/scripts/git-migration/filter-subdirs (added)
	* trunk/scripts/git-migration/git-migrate (modified)

	Use filter-branch to correct the trunk/packages/$package/$package ...


Thu, 25 Dec 2008 06:41:51 GMT broder [1897]
	* trunk/scripts/git-migration/package-list (modified)

	Add back sipb-xen-chrony-config and sipb-xen-clvm-config for the sake ...


Thu, 25 Dec 2008 06:41:50 GMT broder [1896]
	* trunk/scripts/git-migration/git-migrate (modified)

	More cleanup.


Thu, 25 Dec 2008 06:41:49 GMT broder [1895]
	* trunk/scripts/git-migration/git-migrate (modified)
	* trunk/scripts/git-migration/package-list (modified)

	Use a full repo path so we can expand to include trunk/scripts later.


Thu, 25 Dec 2008 06:41:49 GMT broder [1894]
	* trunk/scripts/git-migration/git-migrate (modified)

	Do at least a little cleanup.


Thu, 25 Dec 2008 04:33:27 GMT broder [1893]
	* trunk/scripts/git-migration/git-migrate (modified)

	Here's a version that's more likely to work.


Thu, 25 Dec 2008 04:33:26 GMT broder [1892]
	* trunk/scripts/git-migration/git-migrate (modified)

	Simplify out the need to know the CWD.


Thu, 25 Dec 2008 04:33:26 GMT broder [1891]
	* trunk/scripts/git-migration/git-migrate (modified)

	Apparently git ls-files shows the status of the index, which doesn't ...


Thu, 25 Dec 2008 04:33:25 GMT broder [1890]
	* trunk/scripts/git-migration/git-migrate (modified)

	I'm not happy with the semantics of that first go at
	mergeHistory. ...


Thu, 25 Dec 2008 04:33:25 GMT broder [1889]
	* trunk/scripts/git-migration/git-migrate (modified)

	Typo in catching blank lines.


Thu, 25 Dec 2008 04:33:24 GMT broder [1888]
	* trunk/scripts/git-migration/git-migrate (modified)

	Newer versions of git are more clever.


Thu, 25 Dec 2008 04:33:24 GMT broder [1887]
	* trunk/scripts/git-migration/merges (modified)

	Topologically sort the merges file.


Thu, 25 Dec 2008 04:33:23 GMT broder [1886]
	* trunk/scripts/git-migration/merges (modified)

	Fill out the full list of merges (unsorted).


Thu, 25 Dec 2008 04:33:22 GMT broder [1885]
	* trunk/scripts/git-migration/package-list (modified)

	Don't convert some stale, punted packages.


Wed, 24 Dec 2008 23:20:39 GMT broder [1884]
	* trunk/scripts/git-migration/git-migrate (modified)
	* trunk/scripts/git-migration/merges (moved)

	Grafts is a poor name for the list of merges. Let's call it merges ...


Wed, 24 Dec 2008 22:46:16 GMT broder [1883]
	* trunk/scripts/git-migration/git-migrate (modified)

	Actually run the git filter-branch, then delete the packages that ...


Wed, 24 Dec 2008 22:46:16 GMT broder [1882]
	* trunk/scripts/git-migration/git-migrate (modified)

	Create the info/grafts files.


Wed, 24 Dec 2008 22:46:15 GMT broder [1881]
	* trunk/scripts/git-migration/git-migrate (modified)

	Start by pushing revisions around as necessary for merging.


Wed, 24 Dec 2008 22:46:15 GMT broder [1880]
	* trunk/scripts/git-migration/git-migrate (modified)

	Add code to parse the grafts file.


Wed, 24 Dec 2008 22:46:14 GMT broder [1879]
	* trunk/scripts/git-migration/grafts (modified)

	Add a dummy grafts entry for testing.

	More to come later.


Wed, 24 Dec 2008 22:46:14 GMT broder [1878]
	* trunk/scripts/git-migration/grafts (added)

	Create specification for grafts file.

	No entries in the file yet - ...


Wed, 24 Dec 2008 22:46:13 GMT broder [1877]
	* trunk/scripts/git-migration/package-list (modified)

	Punt shortlived xvm-console-devconfig with dead-end history from the ...


Wed, 24 Dec 2008 22:46:12 GMT broder [1876]
	* trunk/scripts/git-migration/git-migrate (modified)

	As a result of Greg's and my git-svn based moves, many of the package ...


Wed, 24 Dec 2008 22:46:12 GMT broder [1875]
	* trunk/scripts/git-migration/git-migrate (modified)

	Pointless housekeeping.


Wed, 24 Dec 2008 22:46:11 GMT broder [1874]
	* trunk/scripts/git-migration/git-migrate (modified)

	Make the script skip packages when the checkout already exists.


Wed, 24 Dec 2008 04:41:38 GMT broder [1873]
	* trunk/scripts/git-migration/git-migrate (modified)

	Make git-svn a little less noisy.


Wed, 24 Dec 2008 04:41:37 GMT broder [1872]
	* trunk/scripts/git-migration/package-list (modified)

	I don't actually want All Of Xen in our newly revised history.


Mon, 22 Dec 2008 17:41:40 GMT broder [1871]
	* trunk/scripts/git-migration/authors (added)
	* trunk/scripts/git-migration/git-migrate (modified)

	Use an authors file to fill in committer identities.


Mon, 22 Dec 2008 07:19:31 GMT broder [1870]
	* trunk/scripts/git-migration/git-migrate (modified)

	Use --no-metadata so we don't get extra crap in the changelog.


Mon, 22 Dec 2008 07:19:31 GMT broder [1869]
	* trunk/scripts/git-migration/git-migrate (modified)

	Make the git checkout a bare repo, because git-svn won't do that.


Mon, 22 Dec 2008 07:19:30 GMT broder [1868]
	* trunk/scripts/git-migration/git-migrate (modified)

	Use check_call instead of call to make sure things error out.


Mon, 22 Dec 2008 07:19:30 GMT broder [1867]
	* trunk/scripts/git-migration/package-list (modified)

	Strip the trailing slash from the packages in the list - it ...


Mon, 22 Dec 2008 07:19:29 GMT broder [1866]
	* trunk/scripts/git-migration (added)
	* trunk/scripts/git-migration/git-migrate (added)
	* trunk/scripts/git-migration/package-list (added)

	An initial very, very rough draft of a svn->git conversion script.