Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>A quick <a href="http://www.google.com/search?q=Cannot+get+the+revision+information+from+the+scm+repository" rel="nofollow noreferrer">search on Google</a> seems to indicate that this error is related to the buildnumber-maven-plugin. However, I couldn't reproduce the error on the command line on my machine (Maven 2.2.1, Java 1.6.0_16, svn 1.6.5 on GNU/Linux):</p> <pre><code>pascal@laptop:~/tmp/$ svn co http://wiquery.googlecode.com/svn/branches/1.0-m2 wiquery ... pascal@laptop:~/tmp/$ cd wiquery pascal@laptop:~/tmp/wiquery$ mvn validate [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building WiQuery project [INFO] task-segment: [validate] [INFO] ------------------------------------------------------------------------ [INFO] [buildnumber:create {execution: default}] [INFO] Checking for local modifications: skipped. [INFO] Updating project files from SCM: skipped. [INFO] Executing: /bin/sh -c cd /home/pascal/tmp/wiquery &amp;&amp; svn --non-interactive info [INFO] Working directory: /home/pascal/tmp/wiquery [INFO] Storing buildNumber: 208 at timestamp: 1256499766371 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3 seconds [INFO] Finished at: Sun Oct 25 20:42:46 CET 2009 [INFO] Final Memory: 13M/77M [INFO] ------------------------------------------------------------------------ pascal@laptop:~/tmp/wiquery$ </code></pre> <p>From what I can see on Google, possible causes of problem include:</p> <ul> <li>svn executable (i.e. svn.exe on windows) not being on the path</li> <li><strike>too old svnkit version compared to your svn client (see <a href="http://www.nabble.com/buildnumber-maven-plugin-using-svnjava-doesn%27t-detect-SVN-working-copy-td25129884.html" rel="nofollow noreferrer">this thread</a>)</strike></li> <li>missing environment variables on OS X (see <a href="http://jira.codehaus.org/browse/MOJO-1289" rel="nofollow noreferrer">MOJO-1289</a>)</li> <li>etc etc</li> </ul> <p>But without more information on your context, your environment, what you are doing, when this error occurs, etc, it seems hard to go further in the diagnostic.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload