git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* SVN import
@ 2005-08-19 10:00 Matthias Urlichs
  2005-10-10  9:45 ` Matthias Urlichs
  0 siblings, 1 reply; 19+ messages in thread
From: Matthias Urlichs @ 2005-08-19 10:00 UTC (permalink / raw)
  To: git

Quick note: I'm working on importing from SVN.

My current main problem is that SVN's Perl interface leaks server
connections (apparently nobody has used it for any real work yet),
which is of course *bad*, and kindof prevents me from finishing
the job today. :-/

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
I could certainly run a marvellous university here if only we didn't
have to have all these damn students underfoot all the time.
		-- Terry Pratchett (Hogfather)

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-08-19 10:00 SVN import Matthias Urlichs
@ 2005-10-10  9:45 ` Matthias Urlichs
  2005-10-10 10:26   ` Elfyn McBratney
                     ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Matthias Urlichs @ 2005-10-10  9:45 UTC (permalink / raw)
  To: git

Hi, Matthias Urlichs wrote:

> Quick note: I'm working on importing from SVN.

The first version seems to be finished.

http:/netz/smurf.noris.de/git/git.git, branch "svn".

Should be ready for merging, though I wouldn't say no to a few testers
before that happens.  ;-)

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-10  9:45 ` Matthias Urlichs
@ 2005-10-10 10:26   ` Elfyn McBratney
  2005-10-10 11:04     ` Matthias Urlichs
  2005-10-10 11:14     ` Elfyn McBratney
  2005-10-10 17:48   ` Yasushi SHOJI
  2005-10-15 20:32   ` Kalle Valo
  2 siblings, 2 replies; 19+ messages in thread
From: Elfyn McBratney @ 2005-10-10 10:26 UTC (permalink / raw)
  To: Matthias Urlichs; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 840 bytes --]

On Mon, Oct 10, 2005 at 11:45:05 +0200, Matthias Urlichs wrote:
 > Hi, Matthias Urlichs wrote:
 > 
 > > Quick note: I'm working on importing from SVN.
 > 
 > The first version seems to be finished.
 > 
 > http:/netz/smurf.noris.de/git/git.git, branch "svn".
 > 
 > Should be ready for merging, though I wouldn't say no to a few testers
 > before that happens.  ;-)

Ah cool, was going to work on an SVN counterpart to git-{arch,cvs}import,
but now won't have to. ;)  Will test and report back. :)

Best,
Elfyn

-- 
Elfyn McBratney
Gentoo Developer/Perl Team Lead
beu/irc.freenode.net                            http://dev.gentoo.org/~beu/
+------------O.o--------------------- http://dev.gentoo.org/~beu/pubkey.asc

PGP Key ID: 0x69DF17AD
PGP Key Fingerprint:
  DBD3 B756 ED58 B1B4 47B9  B3BD 8D41 E597 69DF 17AD

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-10 10:26   ` Elfyn McBratney
@ 2005-10-10 11:04     ` Matthias Urlichs
  2005-10-10 11:14     ` Elfyn McBratney
  1 sibling, 0 replies; 19+ messages in thread
From: Matthias Urlichs @ 2005-10-10 11:04 UTC (permalink / raw)
  To: Elfyn McBratney, git

[-- Attachment #1: Type: text/plain, Size: 558 bytes --]

Hi,

Elfyn McBratney:
> Ah cool, was going to work on an SVN counterpart to git-{arch,cvs}import,
> but now won't have to. ;)  Will test and report back. :)
> 
Please do. I've just pushed a few fixes.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
When competing for a section of road or a parking space, remember
that the vehicle in need of the most body work has the right-of-way.
		-- Massachusetts Driver Education Manual

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-10 10:26   ` Elfyn McBratney
  2005-10-10 11:04     ` Matthias Urlichs
@ 2005-10-10 11:14     ` Elfyn McBratney
  2005-10-10 11:39       ` Matthias Urlichs
  1 sibling, 1 reply; 19+ messages in thread
From: Elfyn McBratney @ 2005-10-10 11:14 UTC (permalink / raw)
  To: Matthias Urlichs, git

[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]

On Mon, Oct 10, 2005 at 11:26:51AM +0100, Elfyn McBratney wrote:
 > On Mon, Oct 10, 2005 at 11:45:05 +0200, Matthias Urlichs wrote:
 >  > Hi, Matthias Urlichs wrote:
 >  > 
 >  > > Quick note: I'm working on importing from SVN.
 >  > 
 >  > The first version seems to be finished.
 >  > 
 >  > http:/netz/smurf.noris.de/git/git.git, branch "svn".
 >  > 
 >  > Should be ready for merging, though I wouldn't say no to a few testers
 >  > before that happens.  ;-)
 > 
 > Ah cool, was going to work on an SVN counterpart to git-{arch,cvs}import,
 > but now won't have to. ;)  Will test and report back. :)

Worth noting that the URL is actually:
http://netz.smurf.noris.de/git/git.git ;)

Best,
Elfyn

-- 
Elfyn McBratney
Gentoo Developer/Perl Team Lead
beu/irc.freenode.net                            http://dev.gentoo.org/~beu/
+------------O.o--------------------- http://dev.gentoo.org/~beu/pubkey.asc

PGP Key ID: 0x69DF17AD
PGP Key Fingerprint:
  DBD3 B756 ED58 B1B4 47B9  B3BD 8D41 E597 69DF 17AD

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-10 11:14     ` Elfyn McBratney
@ 2005-10-10 11:39       ` Matthias Urlichs
  2005-10-10 13:32         ` Matthias Urlichs
  0 siblings, 1 reply; 19+ messages in thread
From: Matthias Urlichs @ 2005-10-10 11:39 UTC (permalink / raw)
  To: Elfyn McBratney, git

[-- Attachment #1: Type: text/plain, Size: 502 bytes --]

Hi,

Elfyn McBratney:
> Worth noting that the URL is actually:
> http://netz.smurf.noris.de/git/git.git ;)
> 
*Grumble*

NB: Worth noting: the importer actually *requires* a current Perl SVN
module (i.e., 1.2.1). Debian Sarge's version 1.1.4 doesn't work.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
The best way to get rid of worries is to let them die of neglect.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-10 11:39       ` Matthias Urlichs
@ 2005-10-10 13:32         ` Matthias Urlichs
  0 siblings, 0 replies; 19+ messages in thread
From: Matthias Urlichs @ 2005-10-10 13:32 UTC (permalink / raw)
  To: git

Hi, Matthias Urlichs wrote:

> Hi,
> 
> Elfyn McBratney:
>> Worth noting that the URL is actually:
>> http://netz.smurf.noris.de/git/git.git ;)

The current version seems to actually work with nontrivial repositories
(I'm importing gnupg at the moment, which recently switched from CVS to
SVN).

Also worth noting is that cvs->svn->git is somewhat more faithful WRT
importing CVS archives with "incomplete" or "funky" tags -- it exports
their state correctly to SVN, and my importer should be able to get them
out again. On the minus side, the two cannot generate the same changesets
because cvs2svn rounds timestamps to the next full minute.

Speed: Comparable to the CVS importer when crossing the network: both need
one roundtrip per file. I haven't done any tests with local repositories.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
Each morning puts a man on trial and each evening passes judgment.
					-- Roy L. Smith

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-10  9:45 ` Matthias Urlichs
  2005-10-10 10:26   ` Elfyn McBratney
@ 2005-10-10 17:48   ` Yasushi SHOJI
  2005-10-10 18:13     ` Matthias Urlichs
  2005-10-15 20:32   ` Kalle Valo
  2 siblings, 1 reply; 19+ messages in thread
From: Yasushi SHOJI @ 2005-10-10 17:48 UTC (permalink / raw)
  To: Matthias Urlichs; +Cc: git

Hi Matthias,

Great work!

At Mon, 10 Oct 2005 11:45:05 +0200,
Matthias Urlichs wrote:
> 
> > Quick note: I'm working on importing from SVN.
> 
> The first version seems to be finished.

just tried on my svn repo, which had flat directory but moved to trunk
dir after.  on that repo, the-current-just-pulled git-svnimport says:

    1: Unrecognized path: /main.c

to reproduce:

    svnadmin create --fs-type fsfs /tmp/repo
    svn co file:///tmp/repo test
    cd test
    touch main.c
    svn add main.c
    svn ci main.c -m 'testing svnimport'
    svn mkdir trunk
    svn move main.c trunk
    svn ci -m 'move main.c to trunk/'
    cd ..
    git-svnimport.perl -C /tmp/test.git -i -v file:///tmp/repo/

hope this helps,
--
          yashi

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-10 17:48   ` Yasushi SHOJI
@ 2005-10-10 18:13     ` Matthias Urlichs
  2005-10-10 18:30       ` Yasushi SHOJI
  0 siblings, 1 reply; 19+ messages in thread
From: Matthias Urlichs @ 2005-10-10 18:13 UTC (permalink / raw)
  To: Yasushi SHOJI; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 846 bytes --]

Hi,

Yasushi SHOJI:
> just tried on my svn repo, which had flat directory but moved to trunk
> dir after.  on that repo, the-current-just-pulled git-svnimport says:
> 
>     1: Unrecognized path: /main.c
> 
True. I could add an option which behaves as if everything that's not
recognized is seen as being on the trunk, but ...

>     git-svnimport.perl -C /tmp/test.git -i -v file:///tmp/repo/
> 
Fixed in the last upload -- you get an -s2 option which skips the broken
first check-in, and as a special bonus it manages not to skip the *last*
version either. ;-)

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
Be like a duck -- keep calm and unruffled on the surface but paddle like the
devil under water.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-10 18:13     ` Matthias Urlichs
@ 2005-10-10 18:30       ` Yasushi SHOJI
  2005-10-10 18:57         ` Matthias Urlichs
  0 siblings, 1 reply; 19+ messages in thread
From: Yasushi SHOJI @ 2005-10-10 18:30 UTC (permalink / raw)
  To: Matthias Urlichs; +Cc: git

At Mon, 10 Oct 2005 20:13:29 +0200,
Matthias Urlichs wrote:
> 
> Yasushi SHOJI:
> > just tried on my svn repo, which had flat directory but moved to trunk
> > dir after.  on that repo, the-current-just-pulled git-svnimport says:
> > 
> >     1: Unrecognized path: /main.c
> > 
> True. I could add an option which behaves as if everything that's not
> recognized is seen as being on the trunk, but ...

hmmm. can libsvn see those file had moved in to the trunk?  don't know
how 'svn mv' is treated in svn.

> >     git-svnimport.perl -C /tmp/test.git -i -v file:///tmp/repo/
> > 
> Fixed in the last upload -- you get an -s2 option which skips the broken
> first check-in, and as a special bonus it manages not to skip the *last*
> version either. ;-)

thanks for quick fix.  I was gonna report that one too but your fix
own over my tying speed ;-)

# I guess I need to wait for mirroring script to catch up?
--
           yashi

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-10 18:30       ` Yasushi SHOJI
@ 2005-10-10 18:57         ` Matthias Urlichs
  2005-10-10 20:21           ` Yasushi SHOJI
  0 siblings, 1 reply; 19+ messages in thread
From: Matthias Urlichs @ 2005-10-10 18:57 UTC (permalink / raw)
  To: Yasushi SHOJI; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

Hi,

Yasushi SHOJI:
> > True. I could add an option which behaves as if everything that's not
> > recognized is seen as being on the trunk, but ...
> 
> hmmm. can libsvn see those file had moved in to the trunk?  don't know
> how 'svn mv' is treated in svn.
> 
see "svn log". The script sees the file, and where it comes from (but
ignores that).

> # I guess I need to wait for mirroring script to catch up?

? it was uptodate when I wrote that mail; see
http://netz.smurf.noris.de/cgi/gitweb?p=git.git;a=shortlog;h=svn

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
All intelligent species own cats.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-10 18:57         ` Matthias Urlichs
@ 2005-10-10 20:21           ` Yasushi SHOJI
  2005-10-10 20:52             ` Matthias Urlichs
  0 siblings, 1 reply; 19+ messages in thread
From: Yasushi SHOJI @ 2005-10-10 20:21 UTC (permalink / raw)
  To: Matthias Urlichs; +Cc: git

At Mon, 10 Oct 2005 20:57:30 +0200,
Matthias Urlichs wrote:
> 
> Yasushi SHOJI:
> > > True. I could add an option which behaves as if everything that's not
> > > recognized is seen as being on the trunk, but ...
> > 
> > hmmm. can libsvn see those file had moved in to the trunk?  don't know
> > how 'svn mv' is treated in svn.
> > 
> see "svn log". The script sees the file, and where it comes from (but
> ignores that).

well, if it can, it'd be nice if svnimport could handle those
files. ;-)

anyway, here is another one if you are interested in.  svnimport
doesn't seems to handle -t option, or what am i missing?

    svnadmin create --fs-type fsfs /tmp/repo
    svn co file:///tmp/repo test
    cd test
    svn mkdir foo
    echo hello > foo/hello.c
    svn add foo/hello.c
    svn ci -m 'add hello.c'
    cd ..
    git-svnimport.perl -t foo -s2 -C /tmp/test.git -i -v file:///tmp/repo
    DONE; creating master branch
    cp: cannot stat `/tmp/test.git/.git/refs/heads/origin': No such file or directory
--
          yashi

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-10 20:21           ` Yasushi SHOJI
@ 2005-10-10 20:52             ` Matthias Urlichs
  0 siblings, 0 replies; 19+ messages in thread
From: Matthias Urlichs @ 2005-10-10 20:52 UTC (permalink / raw)
  To: Yasushi SHOJI; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 662 bytes --]

Hi,

Yasushi SHOJI:
> anyway, here is another one if you are interested in.  svnimport
> doesn't seems to handle -t option, or what am i missing?
> 
At first glance: you're only doing one check-in, which the -s2 option
therefore conveniently skips. git-svnimport therefore does nothing. ;-)

NB: Please put thpse svn scripts into a bunch of testcases, and send me a
    patch...

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
"When a man is tired of Ankh-Morpork, he is tired of ankle-deep slurry."
		-- Terry Pratchett (Mort)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-10  9:45 ` Matthias Urlichs
  2005-10-10 10:26   ` Elfyn McBratney
  2005-10-10 17:48   ` Yasushi SHOJI
@ 2005-10-15 20:32   ` Kalle Valo
  2005-10-15 20:44     ` svnimport: fixed Makefile entry Kalle Valo
                       ` (2 more replies)
  2 siblings, 3 replies; 19+ messages in thread
From: Kalle Valo @ 2005-10-15 20:32 UTC (permalink / raw)
  To: Matthias Urlichs; +Cc: git

Matthias Urlichs <smurf@smurf.noris.de> writes:

>> Quick note: I'm working on importing from SVN.
>
> The first version seems to be finished.
>
> http:/netz/smurf.noris.de/git/git.git, branch "svn".
>
> Should be ready for merging, though I wouldn't say no to a few testers
> before that happens.  ;-)

After fixing a conflict and a typo in Makefile (patch coming soon) I
tested this with the bcm43xx driver from
svn://svn.berlios.de/bcm43xx/trunk. It seems to work fine. 

Only a minor problem was that I immediately didn't realize the 100
commit limit was intentional. Maybe the error message could improved a
bit. Now it says:

        Exiting due to a memory leak. Repeat, please.

Maybe something like this would be more informative:

        Subversion commit limit reached (to avoid SVN library memory
        leaks). Exiting, but please repeat the command and it will
        continue safely.

But in overall this is a really useful addition to git, I hope it will
be merged soon.

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 19+ messages in thread

* svnimport: fixed Makefile entry
  2005-10-15 20:32   ` Kalle Valo
@ 2005-10-15 20:44     ` Kalle Valo
  2005-10-16  7:48     ` SVN import Junio C Hamano
  2005-10-16 17:58     ` Matthias Urlichs
  2 siblings, 0 replies; 19+ messages in thread
From: Kalle Valo @ 2005-10-15 20:44 UTC (permalink / raw)
  To: Matthias Urlichs; +Cc: git

Makefile entry for git-svnimport contained a small typo.

---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

applies-to: b5467f815f8de270a755099df924bff5ed98512e
bce2921cf6fe774ba4f8edffe35ef914c2a836e6
diff --git a/Makefile b/Makefile
index 8f2dfb2..1cca928 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ SCRIPT_SH = \
 SCRIPT_PERL = \
 	git-archimport.perl git-cvsimport.perl git-relink.perl \
 	git-rename.perl git-shortlog.perl git-fmt-merge-msg.perl \
-	git-findtags.perl git-svnimport-perl
+	git-findtags.perl git-svnimport.perl
 
 SCRIPT_PYTHON = \
 	git-merge-recursive.py
---
0.99.8.GIT

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-15 20:32   ` Kalle Valo
  2005-10-15 20:44     ` svnimport: fixed Makefile entry Kalle Valo
@ 2005-10-16  7:48     ` Junio C Hamano
  2005-10-16 17:42       ` Matthias Urlichs
  2005-10-16 17:58     ` Matthias Urlichs
  2 siblings, 1 reply; 19+ messages in thread
From: Junio C Hamano @ 2005-10-16  7:48 UTC (permalink / raw)
  To: Matthias Urlichs; +Cc: git, Kalle Valo

Kalle Valo <Kalle.Valo@iki.fi> writes:

> But in overall this is a really useful addition to git, I hope it will
> be merged soon.

Matthias, how ready do you feel the code is?  Whenever you are
ready, please just holler.

You seem to have a small cvsimport updates in the branch.  Mind
feeding it to me independently?

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-16  7:48     ` SVN import Junio C Hamano
@ 2005-10-16 17:42       ` Matthias Urlichs
  2005-10-16 18:09         ` Junio C Hamano
  0 siblings, 1 reply; 19+ messages in thread
From: Matthias Urlichs @ 2005-10-16 17:42 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Kalle Valo

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]

Hi,

Junio C Hamano:
> Matthias, how ready do you feel the code is?  Whenever you are
> ready, please just holler.
> 
Hollering now.

There's one small omission, which is that the merge RX for SVN should
optionally recognize the SVN commit number it's merging from and use
the corresponsing git commit as the merge parent, but maybe somebody
else feels motivated to add that (hint, hint) .

> You seem to have a small cvsimport updates in the branch.  Mind
> feeding it to me independently?
> 
Why? It already is a separate commit (89764f5d..., the one before
I added the svn script).

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
The Public is merely a multiplied "me."
		-- Mark Twain

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-15 20:32   ` Kalle Valo
  2005-10-15 20:44     ` svnimport: fixed Makefile entry Kalle Valo
  2005-10-16  7:48     ` SVN import Junio C Hamano
@ 2005-10-16 17:58     ` Matthias Urlichs
  2 siblings, 0 replies; 19+ messages in thread
From: Matthias Urlichs @ 2005-10-16 17:58 UTC (permalink / raw)
  To: Kalle Valo; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

Hi,

> Maybe something like this would be more informative:
> 
Thanks; reworded.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
Never put off till run-time what you can do at compile-time.
		-- D. Gries

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SVN import
  2005-10-16 17:42       ` Matthias Urlichs
@ 2005-10-16 18:09         ` Junio C Hamano
  0 siblings, 0 replies; 19+ messages in thread
From: Junio C Hamano @ 2005-10-16 18:09 UTC (permalink / raw)
  To: git

Matthias Urlichs <smurf@smurf.noris.de> writes:

> Why? It already is a separate commit (89764f5d..., the one before
> I added the svn script).

That was a "just in case you need a bit more time for the full
merge of your SVN work" question.  Pulling the whole thing now.

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2005-10-16 18:09 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-19 10:00 SVN import Matthias Urlichs
2005-10-10  9:45 ` Matthias Urlichs
2005-10-10 10:26   ` Elfyn McBratney
2005-10-10 11:04     ` Matthias Urlichs
2005-10-10 11:14     ` Elfyn McBratney
2005-10-10 11:39       ` Matthias Urlichs
2005-10-10 13:32         ` Matthias Urlichs
2005-10-10 17:48   ` Yasushi SHOJI
2005-10-10 18:13     ` Matthias Urlichs
2005-10-10 18:30       ` Yasushi SHOJI
2005-10-10 18:57         ` Matthias Urlichs
2005-10-10 20:21           ` Yasushi SHOJI
2005-10-10 20:52             ` Matthias Urlichs
2005-10-15 20:32   ` Kalle Valo
2005-10-15 20:44     ` svnimport: fixed Makefile entry Kalle Valo
2005-10-16  7:48     ` SVN import Junio C Hamano
2005-10-16 17:42       ` Matthias Urlichs
2005-10-16 18:09         ` Junio C Hamano
2005-10-16 17:58     ` Matthias Urlichs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).