<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-cvsimport.perl, branch v1.2.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.2.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.2.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-02-19T00:19:00Z</updated>
<entry>
<title>Fix retries in git-cvsimport</title>
<updated>2006-02-19T00:19:00Z</updated>
<author>
<name>Martin Mares</name>
<email>mj@ucw.cz</email>
</author>
<published>2006-02-18T20:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=39ba7d54649b35c943b026b54bff40cfa0153f3e'/>
<id>urn:sha1:39ba7d54649b35c943b026b54bff40cfa0153f3e</id>
<content type='text'>
Fixed a couple of bugs in recovering from broken connections:

The _line() method now returns undef correctly when the connection
is broken instead of falling off the function and returning garbage.

Retries are now reported to stderr and the eventual partially
downloaded file is discarded instead of being appended to.

The "Server gone away" test has been removed, because it was
reachable only if the garbage return bug bit.

Signed-off-by: Martin Mares &lt;mj@ucw.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>cvsimport: Add -S &lt;skipfileregex&gt; support and -v announces files retrieved</title>
<updated>2006-01-30T07:25:38Z</updated>
<author>
<name>Martin Langhoff</name>
<email>martin@catalyst.net.nz</email>
</author>
<published>2006-01-30T06:12:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5179c8a54f76dcbdbfc96eed3a4e64a30d8d562d'/>
<id>urn:sha1:5179c8a54f76dcbdbfc96eed3a4e64a30d8d562d</id>
<content type='text'>
A couple of things that seem to help importing broken CVS repos...

 -S '&lt;slash-delimited-regex&gt;' skips files with a matching path
 -v prints file name and version before fetching from cvs

Signed-off-by: Martin Langhoff &lt;martin@catalyst.net.nz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>cvsimport: ease migration from CVSROOT/users format</title>
<updated>2006-01-16T05:13:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-15T11:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8cd162114990a4b36aeefc672dedc597c2eacbf0'/>
<id>urn:sha1:8cd162114990a4b36aeefc672dedc597c2eacbf0</id>
<content type='text'>
This fixes a minor bug, which caused the author email to be
doubly enclosed in a &lt;&gt; pair (the code gave enclosing &lt;&gt; to
GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL environment variable).

The read_author_info() subroutine is taught to also understand
the user list in CVSROOT/users format.  This is primarily done
to ease migration for CVS users, who can use the -A option
to read from existing CVSROOT/users file.  write_author_info()
always writes in the git-cvsimport's native format ('='
delimited and value without quotes).

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-cvsimport: Add -A &lt;author-conv-file&gt; option</title>
<updated>2006-01-16T05:13:22Z</updated>
<author>
<name>Andreas Ericsson</name>
<email>exon@op5.se</email>
</author>
<published>2006-01-12T23:38:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ffd97f3a35d8394773409f17d58156b32ca911cf'/>
<id>urn:sha1:ffd97f3a35d8394773409f17d58156b32ca911cf</id>
<content type='text'>
This patch adds the option to specify an author name/email conversion
file in the format

	exon=Andreas Ericsson &lt;ae@op5.se&gt;
	spawn=Simon Pawn &lt;spawn@frog-pond.org&gt;

which will translate the ugly cvs authornames to the more informative
git style.

The info is saved in $GIT_DIR/cvs-authors, so that subsequent
incremental imports will use the same author-info even if no -A
option is specified. If an -A option *is* specified, the info in
$GIT_DIR/cvs-authors is appended/updated appropriately.

Docs updated accordingly.

Signed-off-by: Andreas Ericsson &lt;ae@op5.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Substitute "/" with $opt_s in tag names as well as branch names</title>
<updated>2006-01-06T22:27:47Z</updated>
<author>
<name>Joe English</name>
<email>jenglish@flightlab.com</email>
</author>
<published>2006-01-06T20:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=34c99da2a4324e9b4a9d3f59e8cd7114090bd22a'/>
<id>urn:sha1:34c99da2a4324e9b4a9d3f59e8cd7114090bd22a</id>
<content type='text'>
In 'git cvsimport' changes "/" to "-" (or $opt_s) in branch names,
but not in tag names, which is inconsistent.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>cvsimport: Don't let local settings hinder cvs user-migration.</title>
<updated>2005-11-25T11:38:18Z</updated>
<author>
<name>Andreas Ericsson</name>
<email>exon@op5.se</email>
</author>
<published>2005-11-25T01:37:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2c52a42dd720ed3cf1eadbc4a4e92be4cdf52f1d'/>
<id>urn:sha1:2c52a42dd720ed3cf1eadbc4a4e92be4cdf52f1d</id>
<content type='text'>
Avoid this by passing "--norc" to cvsps.

Signed-off-by: Andreas Ericsson &lt;ae@op5.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>symref support for import scripts</title>
<updated>2005-11-16T21:19:18Z</updated>
<author>
<name>Pavel Roskin</name>
<email>proski@gnu.org</email>
</author>
<published>2005-11-16T18:27:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8366a10ab21f22deb7ea4a9dbd02effcd279318c'/>
<id>urn:sha1:8366a10ab21f22deb7ea4a9dbd02effcd279318c</id>
<content type='text'>
Fix git import script not to assume that .git/HEAD is a symlink.

Signed-off-by: Pavel Roskin &lt;proski@gnu.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>cvsimport: cvsps should be quiet too</title>
<updated>2005-11-02T00:57:53Z</updated>
<author>
<name>Martin Langhoff</name>
<email>martin@catalyst.net.nz</email>
</author>
<published>2005-11-02T00:53:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9acb552d984f172f00bbb79888f4bdeb0032332f'/>
<id>urn:sha1:9acb552d984f172f00bbb79888f4bdeb0032332f</id>
<content type='text'>
Tell cvsps to be quiet, unless we've been told to be verbose.

Signed-off-by: Martin Langhoff &lt;martin@catalyst.net.nz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>cvsimport: introduce -P &lt;cvsps-output-file&gt; option</title>
<updated>2005-11-02T00:57:38Z</updated>
<author>
<name>Martin Langhoff</name>
<email>martin@catalyst.net.nz</email>
</author>
<published>2005-11-02T00:48:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=211dcac6430cdf77fcf2a968ffaf9313b5c059b0'/>
<id>urn:sha1:211dcac6430cdf77fcf2a968ffaf9313b5c059b0</id>
<content type='text'>
-P:: &lt;cvsps-output-file&gt;
       Instead of calling cvsps, read the provided cvsps output file. Useful
       for debugging or when cvsps is being handled outside cvsimport.

Signed-off-by: Martin Langhoff &lt;martin@catalyst.net.nz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>cvsimport: catch error condition where cvs host disappears</title>
<updated>2005-11-02T00:57:14Z</updated>
<author>
<name>Martin Langhoff</name>
<email>martin@catalyst.net.nz</email>
</author>
<published>2005-11-02T00:48:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d44e8cf0298a794648271cbff2f74a0063a672b3'/>
<id>urn:sha1:d44e8cf0298a794648271cbff2f74a0063a672b3</id>
<content type='text'>
Add error handling for cases where the cvs server goes away unexpectedly.
While I don't know why the cvs server is so erratic, we should definitely
exit here before committing bogus files.

Signed-off-by: Martin Langhoff &lt;martin@catalyst.net.nz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
