Revision: 14399
          http://sourceforge.net/p/edk2/code/14399
Author:   hhtian
Date:     2013-06-08 05:26:39 +0000 (Sat, 08 Jun 2013)
Log Message:
-----------
Update to new SVN URL in readme.txt

Signed-off-by: Tian, Hot <[email protected]>
Reviewed-by: Ni, Ruiyu <[email protected]>
Reviewed-by: Gao, Liming <[email protected]>

Modified Paths:
--------------
    trunk/edk2/BuildNotes2.txt
    trunk/edk2/DuetPkg/ReadMe.txt
    trunk/edk2/EdkShellBinPkg/ReadMe.txt
    trunk/edk2/EdkShellPkg/ReadMe.txt
    trunk/edk2/FatBinPkg/ReadMe.txt
    trunk/edk2/ShellBinPkg/ReadMe.txt

Modified: trunk/edk2/BuildNotes2.txt
===================================================================
--- trunk/edk2/BuildNotes2.txt  2013-06-07 02:38:00 UTC (rev 14398)
+++ trunk/edk2/BuildNotes2.txt  2013-06-08 05:26:39 UTC (rev 14399)
@@ -8,7 +8,7 @@
 Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.
 
 EDK II packages can be checked out from the following SVN address:
-http://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2 
+https://svn.code.sf.net/p/edk2/code/trunk/edk2
 
 The detailed introduction of these packages can be found in each package
 description file. (The *.dec file under the package directory)
@@ -124,7 +124,7 @@
   long as you have the Python interpreter (version 2.5.4) installed. The source
   of Python code is locating at:
 
-    
http://edk2-buildtools.svn.sourceforge.net/svnroot/edk2-buildtools/trunk/BaseTools
+    https://svn.code.sf.net/p/edk2-buildtools/code/trunk/BaseTools
 
   where:
 

Modified: trunk/edk2/DuetPkg/ReadMe.txt
===================================================================
--- trunk/edk2/DuetPkg/ReadMe.txt       2013-06-07 02:38:00 UTC (rev 14398)
+++ trunk/edk2/DuetPkg/ReadMe.txt       2013-06-08 05:26:39 UTC (rev 14399)
@@ -58,7 +58,7 @@
 
        To build DUET image, Mingw GCC is required:
        
-               1).  Check out build tools project from svn repository: 
https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools
+               1).  Check out build tools project from svn repository: 
https://svn.code.sf.net/p/edk2-buildtools/code/trunk/BaseTools
                2).  Assume check out directory is /EDKII/BaseTools, enter 
/EDKII/BaseTools/gcc directory. Please refer to README.txt install all the 
necessary
                         build packages following:
                         * Python 2.5

Modified: trunk/edk2/EdkShellBinPkg/ReadMe.txt
===================================================================
--- trunk/edk2/EdkShellBinPkg/ReadMe.txt        2013-06-07 02:38:00 UTC (rev 
14398)
+++ trunk/edk2/EdkShellBinPkg/ReadMe.txt        2013-06-08 05:26:39 UTC (rev 
14399)
@@ -1,10 +1,10 @@
 The Ia32/Ipf/X64 binaries of EdkShellBinPkg are generated with EFI shell 
project (svn r63) and build with Edk Compatibility & BaseTools Package 
(r12898). The binaries are built with no debug information by building with 
"RELEASE" target.
 
 The following steps can help to re-generate these binaries for customization:
-1. Check out EdkCompatibilityPkg (r12898) to $(WORKSPACE)\EdkCompatibilityPkg 
(svn 
https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EdkCompatibilityPkg).
-2. Check out EdkShellPkg (r12898) to $(WORKSPACE)\EdkShellPkg (svn 
https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EdkShellPkg).
-3. Check out Edk Shell project source (r63) to $(WORKSPACE)\Shell (svn 
https://efi-shell.svn.sourceforge.net/svnroot/efi-shell/trunk/Shell). 
-4. Check out BaseTools (r12898) to $(WORKSPACE)\BaseTools (svn 
https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/BaseTools).
+1. Check out EdkCompatibilityPkg (r12898) to $(WORKSPACE)\EdkCompatibilityPkg 
(svn https://svn.code.sf.net/p/edk2/code/trunk/edk2/EdkCompatibilityPkg).
+2. Check out EdkShellPkg (r12898) to $(WORKSPACE)\EdkShellPkg (svn 
https://svn.code.sf.net/p/edk2/code/trunk/edk2/EdkShellPkg).
+3. Check out Edk Shell project source (r63) to $(WORKSPACE)\Shell (svn 
https://svn.code.sf.net/p/efi-shell/code/trunk/Shell). 
+4. Check out BaseTools (r12898) to $(WORKSPACE)\BaseTools (svn 
https://svn.code.sf.net/p/edk2/code/trunk/edk2/BaseTools).
 5. Under $(WORKSPACE) directory (i.e. c:\EdkII),
    To generate Minimum Shell, execute: "build -a IA32 -a X64 -a IPF -p 
EdkShellPkg\EdkShellPkg.dsc -m Shell\Shell.inf -b RELEASE".
    To generate Full Shell, execute: "build -a IA32 -a X64 -a IPF -p 
EdkShellPkg\EdkShellPkg.dsc -m Shell\ShellFull.inf -b RELEASE".

Modified: trunk/edk2/EdkShellPkg/ReadMe.txt
===================================================================
--- trunk/edk2/EdkShellPkg/ReadMe.txt   2013-06-07 02:38:00 UTC (rev 14398)
+++ trunk/edk2/EdkShellPkg/ReadMe.txt   2013-06-08 05:26:39 UTC (rev 14399)
@@ -4,7 +4,7 @@
    
https://efi-shell.tianocore.org/servlets/ProjectDocumentList?folderID=46&expandFolder=46&folderID=53
    
    Alternatively, the EDK Shell source directory can be retrieved from the 
following SVN address:
-   https://efi-shell.svn.sourceforge.net/svnroot/efi-shell/trunk/Shell
+   https://svn.code.sf.net/p/efi-shell/code/trunk/Shell
    SVN Revision r33 corresponds to Efi-Shell-Dev-Snapshot-20090527.zip 
development snapshot.
    
 2. Update EDK_SHELL_DIR macro in the [Defines] section in EdkShellPkg.dsc to 
point to

Modified: trunk/edk2/FatBinPkg/ReadMe.txt
===================================================================
--- trunk/edk2/FatBinPkg/ReadMe.txt     2013-06-07 02:38:00 UTC (rev 14398)
+++ trunk/edk2/FatBinPkg/ReadMe.txt     2013-06-08 05:26:39 UTC (rev 14399)
@@ -1,5 +1,5 @@
 The binaries of FatBinPkg are generated with RELEASE_MYTOOLS from FatPkgDev 
Combo at the following SVN address: 
-http://edk2-fatdriver2.svn.sourceforge.net/svnroot/edk2-fatdriver2/trunk/Combo/FatPkgDev
+https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/Combo/FatPkgDev
 
 # Ebc, Ia32, Ipf, X64
   The binaries in this package currently are built from UDK2010.SR1 release: 
MdePkg and BaseTools (r12898), FatPkg (r67)

Modified: trunk/edk2/ShellBinPkg/ReadMe.txt
===================================================================
--- trunk/edk2/ShellBinPkg/ReadMe.txt   2013-06-07 02:38:00 UTC (rev 14398)
+++ trunk/edk2/ShellBinPkg/ReadMe.txt   2013-06-08 05:26:39 UTC (rev 14399)
@@ -7,7 +7,7 @@
 
 The following steps can help to re-generate these binaries for customization:
 1. Check out EDK II to $(WORKSPACE) 
-(svn https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2).
+(svn https://svn.code.sf.net/p/edk2/code/trunk/edk2).
 
 2. Under $(WORKSPACE) directory (i.e. c:\EdkII),
    To generate Shell, execute:

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to