Magellan Linux

Diff of /branches/R11-unstable/include/svn.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1337 by niro, Sat May 2 14:58:26 2009 UTC revision 4094 by niro, Thu Nov 19 00:23:08 2009 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2  # svn checkout functions  # svn checkout functions
3    
4  # at least only CVSROOT must be exported  # at least only SVNROOT must be exported
5    
6  # needed vars  # needed vars
7  MY_SVN_MODULE="${PNAME}"  MY_SVN_MODULE="${PNAME}"
# Line 43  svn_fetch_source() Line 43  svn_fetch_source()
43   find ${SRCDIR} -name *~ -exec rm '{}' ';' || die   find ${SRCDIR} -name *~ -exec rm '{}' ';' || die
44  }  }
45    
46  cvs_src_prepare()  svn_src_prepare()
47  {  {
48   svn_fetch_source || die   svn_fetch_source || die
49  }  }

Legend:
Removed from v.1337  
changed lines
  Added in v.4094