added versioning to geoip

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40576
This commit is contained in:
David Anderson
2007-03-03 08:40:01 +00:00
parent 868d9d4ba1
commit 98a010efc1
7 changed files with 144 additions and 2 deletions
-1
View File
@@ -151,7 +151,6 @@ sub GetRevision
} else {
$rev = `svnversion --committed $path`;
}
print "$path $rev\n";
if ($rev =~ /exported/)
{
die "Path specified is not a working copy\n";