Re: Issue 118: Bug Reporting inside Forge lacks checks on Re
I installed the Windows build of Subversion client, it automatically set the path, and I was able to use the svn command from any folder. But running from eclipse, it was going to exceptions without visible errors. (so I added console println's) I realized that eclipse was still running from before I installed Subversion, so a restart fixed the path error.
Now I finally got the svn rev to show up but I needed to change BuildInfo a bit. It took at least 30 - 40 seconds for svnversion to return, even from a command prompt. While "svnversion src" came back instantly. So I modified the line a bit:(r.9900)
Edit - I just put up r.9901 which fixes all the issues related to the BugzReporter screen and I closed the mantis issues on them.
Now I finally got the svn rev to show up but I needed to change BuildInfo a bit. It took at least 30 - 40 seconds for svnversion to return, even from a command prompt. While "svnversion src" came back instantly. So I modified the line a bit:(r.9900)
- Code: Select all
String cmd[] = {"svnversion", "src"};
proc = Runtime.getRuntime().exec(cmd, null, null);
Edit - I just put up r.9901 which fixes all the issues related to the BugzReporter screen and I closed the mantis issues on them.
