Sam Vilain <sam@xxxxxxxxxx> wrote: > Eygene Ryabinkin wrote: > > + # The usage of $SVN::_Core::SVN_CONFIG_* variables > > + # produces warnings that variables are used only once. > > + # I had not found the better way to shut them up, so > > + # warnings are disabled in this block. > > + no warnings; > > > > You can use no warnings 'once'; Interesting, I should use that globally in git-svn and get rid of the $kill_stupid_warnings variable :) -- Eric Wong - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html