<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/git-cvsimport.perl, branch v1.0rc6</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc6</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc6'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2005-11-25T11:38:18Z</updated>
<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.stealer.net/cgit.cgi/user/sven/git.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.stealer.net/cgit.cgi/user/sven/git.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.stealer.net/cgit.cgi/user/sven/git.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.stealer.net/cgit.cgi/user/sven/git.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.stealer.net/cgit.cgi/user/sven/git.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>
<entry>
<title>Fix cvsimport warning when called without --no-cvs-direct</title>
<updated>2005-10-18T18:35:16Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2005-10-18T18:35:16Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=e175768954816b00bbbba131ec1c411d2cd66582'/>
<id>urn:sha1:e175768954816b00bbbba131ec1c411d2cd66582</id>
<content type='text'>
Perl was warning that $opt_p was undefined in that case.

Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'svn' of http://netz.smurf.noris.de/git/git</title>
<updated>2005-10-16T18:55:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-16T18:55:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=29504118f8528f658fd0bfc02d8d78d4c01dc2cc'/>
<id>urn:sha1:29504118f8528f658fd0bfc02d8d78d4c01dc2cc</id>
<content type='text'>
[jc: I have my pre-commit hook enabled to catch trailing whitespaces,
 and fixed them up while merging.]

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] cvsimport: don't pass --cvs-direct if user options contradict us</title>
<updated>2005-10-12T04:57:04Z</updated>
<author>
<name>Martin Langhoff</name>
<email>martin@catalyst.net.nz</email>
</author>
<published>2005-10-12T04:57:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=df73e9c62a9f0e6cdf20f095b99abf32c8e65c75'/>
<id>urn:sha1:df73e9c62a9f0e6cdf20f095b99abf32c8e65c75</id>
<content type='text'>
Detecting if the user passed --no-cvs-direct and don't force the mode.
It allows us to support all the protocol that the standard cvs client
supports at the snail speed you should expect.

This only affects the rlog reading stage.

Signed-off-by: Martin Langhoff &lt;martin@catalyst.net.nz&gt;
</content>
</entry>
<entry>
<title>cvsimport: report merge parents</title>
<updated>2005-10-10T09:15:09Z</updated>
<author>
<name>Matthias Urlichs</name>
<email>smurf@smurf.noris.de</email>
</author>
<published>2005-10-10T09:15:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=89764f5d8b0ca8600e3a200e9f863c3c7a3ff5e8'/>
<id>urn:sha1:89764f5d8b0ca8600e3a200e9f863c3c7a3ff5e8</id>
<content type='text'>
Matching and reporting merge parents happens in a subprocess.
Re-open stdout before redirecting stdout to the pipe, so that printing
verbose messages doesn't go to the wrong place.

Signed-Off-By: Matthias Urlichs &lt;smurf@smurf.noris.de&gt;
</content>
</entry>
<entry>
<title>Pass CVSps generated A U Thor &lt;author@domain.xz&gt; intact.</title>
<updated>2005-10-02T06:15:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-30T08:48:57Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=94c23343dce0f556392fe8bbbba1b38cd37da481'/>
<id>urn:sha1:94c23343dce0f556392fe8bbbba1b38cd37da481</id>
<content type='text'>
Alexey Nezhdanov updated CVSps to generate author-name and
author-email information in its output.

If the input looks like it has that already properly formatted,
use that without our own munging.

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