返回列表 發帖
本帖最後由 角色 於 2011-2-17 11:11 編輯

I found that there is an option to retrieving the old version by using the "Sticky Revision". However I have not tried it yet.

YH

TOP

Worth a try

TOP

Hi! CK,

Heard from YH that he can revert to stable verion using Switchfin's uImage.ext2 without the need to use ATOCM's earlier IPPBX.ext2 first.  It sounds more efficient.

Do you still have SVN437 uImage in ext2 format? As I have been using SVN437 uImage-MD5 for a period of time.  It has been great and all my existing backup is based on that.  Hence,  I want to keep its ext2 copy for future recovering purpose.  

Thanks

TOP

回復 453# bubblestar


    Please see your email for a svn 350. I can further check my files to see if I have another version.

TOP

I found the SVN 432 trunk in my archive.

TOP

本帖最後由 bubblestar 於 2011-2-17 13:24 編輯

Fine, fine.  It is one of most two stable releases that I have used.

TOP

本帖最後由 角色 於 2011-2-17 22:49 編輯

deleted for incorrect information.

YH

TOP

回復 457# 角色


    Thanks for the information.

TOP

本帖最後由 角色 於 2011-2-17 22:38 編輯

Correct way to retrieve the previous svn version of software source file as follows:

After having read the svn free pdf manual, I am able to retrieve the previous version of swtichfile using the following commands:

svn co -r 437 https://switchfin.svn.sourceforg ... in/switchfin/trunk/ switchfin

The number 437 is the version that you want to retrieve.

YH

TOP

Successfully getting back the previous SVN as advised.  Thanks.

TOP

因为我的Linux partition只有8G size,compile完switchfin后,hard drive usage由35%,提升到85%,所以我再加多一个switch sub-directory后就没有多余的空间了。

角色

TOP

终于可以compile到之前的firmware version:437。

发现在437里有Operator和Administrator mode。

0001.gif

角色

TOP

本帖最後由 Qnewbie 於 2011-2-18 01:09 編輯

回復 399# 角色

Could be found in:
http://cdn.dyndns.com/inadyn.zip

It could be done to apply the following patch under switchfin/package/inadyn:
  1. --- inadyn.mk_old        2011-02-17 17:53:01.121150579 +0100
  2. +++ inadyn.mk        2011-02-17 17:54:25.732397594 +0100
  3. @@ -5,9 +5,8 @@
  4. # Copyright @ 2010 SwitchFin <dpn@switchfin.org>
  5. #########################################################

  6. -INADYN_SITE=http://www.inatech.eu/inadyn
  7. -INADYN_VERSION=1.96.2
  8. -INADYN_SOURCE=inadyn.v$(INADYN_VERSION).zip
  9. +INADYN_SITE=http://cdn.dyndns.com
  10. +INADYN_SOURCE=inadyn.zip
  11. INADYN_CROSS_COMPILE_PATCH=inadyn.patch
  12. INADYN_DIR_BASENAME=inadyn
  13. INADYN_DIR=$(BUILD_DIR)/$(INADYN_DIR_BASENAME)
複製代碼
Save the code as inadynsource.patch and patch the inadyn.mk with command like:
  1. patch /path/to/file /path/to/patchfile.patch
複製代碼

TOP

Unable to compile the image file:
  1. /usr/src/switchfin/build_ip01/uClinux-dist/user/genext2fs/build-host/genext2fs: couldn't allocate a block (no free space)
  2. make[4]: *** [image.rootfs.ext2.force] Error 1
  3. make[4]: Leaving directory `/usr/src/switchfin/build_ip01/uClinux-dist/vendors/Rowetel/IP01'
  4. make[3]: *** [image] Error 2
  5. make[3]: Leaving directory `/usr/src/switchfin/build_ip01/uClinux-dist/vendors/Rowetel/IP01'
  6. make[2]: *** [image] Error 2
  7. make[2]: Leaving directory `/usr/src/switchfin/build_ip01/uClinux-dist/vendors'
  8. make[1]: *** [image] Error 2
  9. make[1]: Leaving directory `/usr/src/switchfin/build_ip01/uClinux-dist'
  10. make: *** [uClinux] Error 2
複製代碼
no free space

TOP

回復  角色

Could be found in:


It could be done to apply the following patch under switchfin/pack ...
Qnewbie 發表於 2011-2-18 01:07



Thank you for your information:
In fact, I have already found a list of websites which provides the source for the inadyn.zip as follows:
   
http://www.telecom-cafe.com/foru ... 11931&ptid=2963

YH

TOP

返回列表