Lines 11-14, I would have just returned svndir.isDirectory() instead of the if/else, but otherwise looks good to me.
On Mon, Apr 20, 2009 at 1:17 PM, Eric Ayers <[email protected]> wrote: > @Freeland, Scott, > > I have an oddball case where I have been using GIT in my project, but not > GIT-SVN. In fact, I didn't even have the 'svn' version of git installed > until I hit this bump trying to run tests. > > The task mistakenly thinks that commands like git svn info will work. My > proposes solution to this is to add an additional check for a '.git/svn' > directory. > > (Patch attached vs r5261) > > -- > Eric Z. Ayers - GWT Team - Atlanta, GA USA > http://code.google.com/webtoolkit/ > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
