git-svn: handle authentication without relying on cached tokens on disk
commit30d055aa1e45b4740edc3bfbff77fa5d65e106ff
authorEric Wong <normalperson@yhbt.net>
Fri, 24 Nov 2006 09:38:04 +0000 (24 01:38 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 10:23:22 +0000 (24 02:23 -0800)
treed4ff55247673bb5eab8e0454f2ed5b80ccfad63a
parent73bcf53342f16a66ae4e02ed50a08bd34d846bfb
git-svn: handle authentication without relying on cached tokens on disk

This is mostly gleaned off SVN::Mirror, with added support for
--no-auth-cache and --config-dir.

Even with this patch, git-svn does not yet support repositories
where the user only has partial read permissions.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl