Changes between Version 2 and Version 3 of AndreesStuff


Ignore:
Timestamp:
Aug 5, 2006, 7:21:54 AM (18 years ago)
Author:
andree
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndreesStuff

    v2 v3  
    7676}}}
    7777
     78=== tools/svn2build.andree: line 35: cd: /home/<user>/mondo/svn: No such file or directory ===
     79
     80This is because svn2build assumes that there is an svn directory in the ${BASE} directory as defined in tools/common-env. This assumption may not be valid, e.g. my SVN tree is somewhere else. Changing common-env could address this. But so can commenting the following in svn2build:
     81{{{
     82# Make it safe for SVN commands
     83#cd ${BASE}/svn
     84}}}
     85