compile just svnversion (in addition to the eclipse-plugin)

2013-03-25 Thread Arno Steffens
Compiling SVN is somewhat demanding for a beginner. Is there a shorter way to 
compile the tool "svnversion" with less dependencies and effort? Are really all 
the stuff SQLite ... is needed for this?
 
I use SVN inside eclipse, but this seems not to provide the "svnversion" 
functionality I need to make sure that my compiled code is identically to the 
checked in (with or without added M to version) 
Unfortunatly the svnpackage for my old Ubuntu isn't compatible to the newer 
required 1.7SVN with comes with eclipse. So I can't use this .
 

Can someone give me a hint? Thanks!
 


Re: compile just svnversion (in addition to the eclipse-plugin)

2013-03-25 Thread Thorsten Schöning
Guten Tag Arno Steffens,
am Montag, 25. März 2013 um 23:04 schrieben Sie:

> I use SVN inside eclipse, but this seems not to provide the
> "svnversion" functionality I need to make sure that my compiled code
> is identically to the checked in (with or without added M to version) 

Maybe you could be more specific on the environment your are talking
about or what exactly are your trying to achieve and one can provide
alternatives. Normally after an update if there are no modifications
in your working copy the code has to be checked in.

> Can someone give me a hint? Thanks!

Did you already try pre compiled packages from WanDisco or Collabnet?

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning   E-Mail:thorsten.schoen...@am-soft.de
AM-SoFT IT-Systeme  http://www.AM-SoFT.de/

Telefon...05151-  9468- 55
Fax...05151-  9468- 88
Mobil..0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow



Re: compile just svnversion (in addition to the eclipse-plugin)

2013-03-25 Thread Daniel Shahaf
Arno Steffens wrote on Mon, Mar 25, 2013 at 23:04:22 +0100:
> Compiling SVN is somewhat demanding for a beginner. Is there a shorter
> way to compile the tool "svnversion" with less dependencies and
> effort? Are really all the stuff SQLite ... is needed for this?
>  

SQLite, APR, APR-Util are required even for this use-case.

You can build with:

% make svnversion

But I'm not quite sure you how'd install.  I'd start with

% make -n install | grep svnversion

> I use SVN inside eclipse, but this seems not to provide the "svnversion" 
> functionality I need to make sure that my compiled code is identically to the 
> checked in (with or without added M to version) 
> Unfortunatly the svnpackage for my old Ubuntu isn't compatible to the newer 
> required 1.7SVN with comes with eclipse. So I can't use this .
>  
> 
> Can someone give me a hint? Thanks!
>  

As already suggested: you might consider looking for other packages (or
backports) before compiling it yourself.