[ scummvm-Bugs-2988223 ] "make" prints warnings if Subversion is not installed

SourceForge.net noreply at sourceforge.net
Fri Apr 16 13:11:27 CEST 2010


Bugs item #2988223, was opened at 2010-04-16 13:11
Message generated for change (Tracker Item Submitted) made by fingolfin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2988223&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Private: No
Submitted By: Max Horn (fingolfin)
Assigned to: Nobody/Anonymous (nobody)
Summary: "make" prints warnings if Subversion is not installed

Initial Comment:
Our Makefile.common invokes the "svn" command without checking whether it is even installed. Hence I get this warning when doing "make" without subversion installed:

/bin/sh: svn: command not found

That's bad and ugly; much better to have a test for whether SVN is even installed, and usable with the checkout. For example, I have a ScummVM checkout on a NFS shared home volume, and use it on multiple machines, some with and some without SVN, and some with ancient SVN versions. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2988223&group_id=37116




More information about the Scummvm-tracker mailing list