Revision: 55230
          http://sourceforge.net/p/brlcad/code/55230
Author:   starseeker
Date:     2013-04-24 19:56:31 +0000 (Wed, 24 Apr 2013)
Log Message:
-----------
Make a stab at fixing the URLs for the svn repository in HACKING

Modified Paths:
--------------
    brlcad/trunk/HACKING

Modified: brlcad/trunk/HACKING
===================================================================
--- brlcad/trunk/HACKING        2013-04-24 19:38:29 UTC (rev 55229)
+++ brlcad/trunk/HACKING        2013-04-24 19:56:31 UTC (rev 55230)
@@ -1179,25 +1179,17 @@
 previous sync are included and that STABLE matches trunk.
 
     # review the log and obtain the last trunk merge revision number from 
comments
-    svn log --stop-on-copy 
https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/branches/STABLE . | 
more
+    svn log --stop-on-copy 
https://svn.code.sourceforge.net/p/brlcad/code/brlcad/branches/STABLE . | more
     export PREV=[[last_trunk_rev]]
        *** OR ***
-    export PREV=`svn log --xml --stop-on-copy 
https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/branches/STABLE | grep 
'revision=' | head -n 1 | sed 's/.*revision="\([0-9][0-9]*\)".*/\1/g'`
+    export PREV=`svn log --xml --stop-on-copy 
https://svn.code.sourceforge.net/p/brlcad/code/brlcad/branches/STABLE | grep 
'revision=' | head -n 1 | sed 's/.*revision="\([0-9][0-9]*\)".*/\1/g'`
     echo "PREV=$PREV"
 
-    # NOTE: if using a copy of the subversion repository checked out
-    # using the abbreviation "sf" for sourceforge, the svn merge
-    # command below also needs to use "sf" - subversion will not
-    # automatically make the substitution.  The error corresponding
-    # to this is:
-    #   svn: 'https://brlcad.svn.sf.net/...' isn't in the same repository
-    #     as 'https://brlcad.svn.sourceforge.net/...'
-
     # merge that range of changes into STABLE and make sure it works
-    svn co 
https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/branches/STABLE 
brlcad.STABLE && cd brlcad.STABLE
-    svn merge 
https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/trunk@$PREV 
https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/trunk@HEAD .
+    svn co 
https://svn.code.sourceforge.net/p/brlcad/code/brlcad/branches/STABLE 
brlcad.STABLE && cd brlcad.STABLE
+    svn merge 
https://svn.code.sourceforge.net/p/brlcad/code/brlcad/trunk@$PREV 
https://svn.code.sourceforge.net/p/brlcad/code/brlcad/trunk@HEAD .
     sh autogen.sh && ./configure --enable-all && make distcheck
-    export CURR=`svn log --xml 
https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/trunk | grep 
'revision=' | head -n 1 | sed 's/.*="\([0-9][0-9]*\)".*/\1/g'`
+    export CURR=`svn log --xml 
https://svn.code.sourceforge.net/p/brlcad/code/brlcad/trunk | grep 'revision=' 
| head -n 1 | sed 's/.*="\([0-9][0-9]*\)".*/\1/g'`
     echo "CURR=$CURR"
     svn commit -m "merging trunk to STABLE from r$PREV to HEAD r$CURR"
 
@@ -1207,12 +1199,12 @@
     MINOR=`awk '{print $1}' include/conf/MINOR`
     PATCH=`awk '{print $1}' include/conf/PATCH`
     echo "Tagging rel-$MAJOR-$MINOR-$PATCH"
-    svn cp https://brlcad.svn.sf.net/svnroot/brlcad/brlcad/branches/STABLE 
https://brlcad.svn.sf.net/svnroot/brlcad/brlcad/tags/rel-$MAJOR-$MINOR-$PATCH
+    svn cp 
https://svn.code.sourceforge.net/p/brlcad/code/brlcad/branches/STABLE 
https://svn.code.sourceforge.net/p/brlcad/code/brlcad/tags/rel-$MAJOR-$MINOR-$PATCH
 
 7) Obtain a tagged version of the sources from the repository
 (required to ensure the tagging and source distribution is correct):
 
-    svn checkout 
https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/tags/rel-$MAJOR-$MINOR-$PATCH
 brlcad-$MAJOR.$MINOR.$PATCH
+    svn checkout 
https://svn.code.sourceforge.net/p/brlcad/code/brlcad/tags/rel-$MAJOR-$MINOR-$PATCH
 brlcad-$MAJOR.$MINOR.$PATCH
 
 8) Perform another "make distcheck" on the exported/updated sources to
 generate distributable compressed source tarballs.

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


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to