[PD-cvs] scripts checkout-developer-layout.sh,1.4,1.5

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Dec 9 07:53:14 CET 2005


Update of /cvsroot/pure-data/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19195

Modified Files:
	checkout-developer-layout.sh 
Log Message:
checking in Frank's fixes

Index: checkout-developer-layout.sh
===================================================================
RCS file: /cvsroot/pure-data/scripts/checkout-developer-layout.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** checkout-developer-layout.sh	30 Nov 2005 06:53:36 -0000	1.4
--- checkout-developer-layout.sh	9 Dec 2005 06:53:12 -0000	1.5
***************
*** 21,28 ****
  
  if [ $# -eq 0 ]; then
!     CVSROOT=":pserver:anonymous at cvs.sourceforge.net:/cvsroot/pure-data"
      echo "Checking out anonymously. Give your SourceForge ID as an argument otherwise."
      echo "The anonymous password is: anoncvs"
! #    cvs login
  elif [ "$1" == "--help" ]; then
      print_usage
--- 21,28 ----
  
  if [ $# -eq 0 ]; then
!     export CVSROOT=":pserver:anonymous at cvs.sourceforge.net:/cvsroot/pure-data"
      echo "Checking out anonymously. Give your SourceForge ID as an argument otherwise."
      echo "The anonymous password is: anoncvs"
!     cvs login
  elif [ "$1" == "--help" ]; then
      print_usage
***************
*** 30,34 ****
      print_usage
  elif [ $# -eq 1 ]; then
!     CVSROOT=":ext:${1}@cvs.sourceforge.net:/cvsroot/pure-data"
  else
      print_usage
--- 30,34 ----
      print_usage
  elif [ $# -eq 1 ]; then
!     export CVSROOT=":ext:${1}@cvs.sourceforge.net:/cvsroot/pure-data"
  else
      print_usage
***************
*** 43,48 ****
  
  # Gem is still separate
! CVSROOT=:pserver:anonymous at cvs.gem.iem.at:/cvsroot/pd-gem
! #cvs login
  cvs checkout Gem GemLibs
  
--- 43,48 ----
  
  # Gem is still separate
! export CVSROOT=:pserver:anonymous at cvs.gem.iem.at:/cvsroot/pd-gem
! cvs login
  cvs checkout Gem GemLibs
  





More information about the Pd-cvs mailing list