>
> I think you should be able to give the source dir directly to
> svnversion rather than changing directory. Apparently older
> versions of svnversion required this anyway. For example
>
> svnversion -n "$1"
>
looks fine to me
Cheers
Spen
___
Op
On 13/02/2009, Spencer Oliver wrote:
>
> >
> > I have just done a quick check of this.
> > There is a issue that does need looking at when building in
> > another dir.
> >
> > when guess-rev is run it is run from the build dir, in this
> > case it does not contain any svn files. So the resu
>
> I have just done a quick check of this.
> There is a issue that does need looking at when building in
> another dir.
>
> when guess-rev is run it is run from the build dir, in this
> case it does not contain any svn files. So the result in this
> case will be 'exported'.
>
> I will try a