Find the svn repository with svn info sipb-xen-dev/13
authorEric Price <ecprice@mit.edu>
Sat, 29 Mar 2008 01:40:13 +0000 (21:40 -0400)
committerEric Price <ecprice@mit.edu>
Sat, 29 Mar 2008 01:40:13 +0000 (21:40 -0400)
svn path=/trunk/packages/sipb-xen-dev/sipb-xen-dev/; revision=298

debian/changelog
sx-build-release

index 97b9d0f..2c69649 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-dev (13) unstable; urgency=low
+
+  * Update the svn uri automatically.
+
+ -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Fri, 28 Mar 2008 21:38:37 -0400
+
 sipb-xen-dev (12) unstable; urgency=low
 
   * Update the svn uri to point to the new repository
 sipb-xen-dev (12) unstable; urgency=low
 
   * Update the svn uri to point to the new repository
index a7f7a7a..9f4a17e 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
 #!/bin/bash
-svnuri=file:///srv/svn-xen
+svnuri=`svn info | sed -n 's/^Repository Root: //p'`
 
 set -e
 if  [ $# -ne 1 ] ; then
 
 set -e
 if  [ $# -ne 1 ] ; then