Changeset 5909
- Timestamp:
- 07/04/08 18:38:29 (2 months ago)
- Files:
-
- modules/branches/2.5/frameworksvn.pl (copied) (copied from modules/branches/2.4/frameworksvn.pl) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/frameworksvn.pl
r5908 r5909 5 5 # framework was last published. 6 6 # 7 $rver = "2. 4";7 $rver = "2.5"; 8 8 $framework = "framework"; 9 9 … … 30 30 system("tar -zxOf ".$filename." ".$moddir."/svnversion.txt"); 31 31 print "Geting svn log since that version for $rver : .... \n\n"; 32 $svnver = system("svn log http://svn.freepbx.org/freepbx/ branches/$rver-r `tar -zxOf ".$filename." ".$moddir."/svnversion.txt | sed -e s/SVN\\\ VERSION://`:HEAD");32 $svnver = system("svn log http://svn.freepbx.org/freepbx/trunk -r `tar -zxOf ".$filename." ".$moddir."/svnversion.txt | sed -e s/SVN\\\ VERSION://`:HEAD"); 33 33
