Package: git-svn
Version: 1:1.5.1.3-1
Severity: wishlist

I try to clone svn repository branches where there are name include space
symbols. It's fail :( . I create a small patch, which implements this 
functionality. Could it will be useful not only to me;) 


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages git-svn depends on:
ii  git-core                    1:1.5.1.3-1  fast, scalable, distributed revisi
ii  libsvn-perl [libsvn-core-pe 1.4.2dfsg1-2 Perl bindings for Subversion
ii  libterm-readkey-perl        2.30-3       A perl module for simple terminal 
ii  libwww-perl                 5.805-1      WWW client/server library for Perl

Versions of packages git-svn recommends:
ii  git-doc                      1:1.5.1.3-1 fast, scalable, distributed revisi

-- no debconf information
--- /home/TEXUNA/kirill/bin/git-svn	2007-06-25 13:44:53.963816936 +0400
+++ /usr/bin/git-svn	2007-05-09 01:51:58.000000000 +0400
@@ -2060,10 +2060,8 @@
 	close $fh or croak $!;
 	if ($update_ref) {
 		$_head = $self;
-		$_ = $self->refname;
-		s/[ ~:\?\*\[\]]/_/g;
 		command_noisy('update-ref', '-m', "r$rev",
-		              $_, $commit);
+		              $self->refname, $commit);
 	}
 	rename $db_lock, $db or die "rev_db_set(@_): ", "Failed to rename: ",
 	                            "$db_lock => $db ($!)\n";
-- 
| |*| |  Kirill A. Korinskiy <[EMAIL PROTECTED]>
| | |*|  pround (maniac)? (programmer|hacker)
|*|*|*|  http://catap.ru/ - +7 (916) 3-604-704 - xmpp:[EMAIL PROTECTED]

Attachment: pgp4wPwNcpo7N.pgp
Description: PGP signature

Reply via email to