Re: [Refdb-users] ANN: refdb-0.9.8-pre9 available
Status: Beta
Brought to you by:
mhoenicka
From: David N. <dav...@sw...> - 2006-12-01 11:26:44
|
Hi Markus, > As you do have subversion installed *and* work in a svn working copy, > $mysvnversion should be set to the svnversion command. In your case it is set > to the cat command, for whatever reason. A very simple reason, as it turns out. During the package building process I was copying the build tree using a simple 'cp -r *' command which did not copy hidden directories, including the '.svn/' subdirectory. So, the problem wasn't the svn command but that the svn subdirectory was entirely absent! This only became a problem when you included in the build process an interrogation of the svn revision number. I've modified the copy command to include the '.svn/' subdirectory and all is now well. Regards, David. |