changeset 1651:0a9be1057095

subversion conversion complete!
author Sam Lantinga <slouken@libsdl.org>
date Wed, 26 Apr 2006 20:30:11 +0000
parents ee4f2d77206f
children dc219ba4cf45
files .cvsignore Makefile.in include/.cvsignore src/main/macosx/.cvsignore test/.cvsignore
diffstat 5 files changed, 6 insertions(+), 68 deletions(-) [+]
line wrap: on
line diff
--- a/.cvsignore	Sat Apr 22 19:50:23 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-aclocal.m4
-autom4te*
-config.cache
-config.log
-config.status
-configure
-libtool
-Makefile
-sdl-config
-SDL.spec
-SDL.qpg
-build
-build-deps
-VisualC
-VisualCE
-Xcode
-.DS_Store
--- a/Makefile.in	Sat Apr 22 19:50:23 2006 +0000
+++ b/Makefile.in	Wed Apr 26 20:30:11 2006 +0000
@@ -150,8 +150,7 @@
 	$(SHELL) $(auxdir)/mkinstalldirs $(distdir)
 	tar cf - $(DIST) | (cd $(distdir); tar xf -)
 	cp $(distdir)/include/SDL_config.h.default $(distdir)/include/SDL_config.h
-	rm -rf `find $(distdir) -name CVS`
-	rm -f `find $(distdir) -name '.cvsignore'`
+	rm -rf `find $(distdir) -name .svn`
 	rm -f `find $(distdir) -name '.#*'`
 	rmdir `find $(distdir) -type d -empty`
 	tar cvf - $(distdir) | gzip --best >$(distfile)
@@ -160,14 +159,12 @@
 rpm: $(distfile)
 	rpmbuild -ta $?
 
-# Create a CVS snapshot that people can run update -d on
-CVSROOT = :pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs
+# Create a SVN snapshot that people can run update on
 snapshot:
-	cvs -d $(CVSROOT) login
-	cvs -d $(CVSROOT) checkout -P SDL12
-	(cd SDL12 && ./autogen.sh && rm -rf autom4te.cache)
-	cp SDL12/include/SDL_config.h.default SDL12/include/SDL_config.h
-	mv SDL12 SDL-1.2
+	svn co svn://libsdl.org/trunk/SDL
+	(cd SDL && ./autogen.sh && rm -rf autom4te.cache)
+	cp SDL/include/SDL_config.h.default SDL/include/SDL_config.h
+	mv SDL SDL-1.2
 	tar zcf $(HOME)/SDL-1.2.tar.gz SDL-1.2
 	rm -f $(HOME)/SDL-1.2.zip
 	zip -r $(HOME)/SDL-1.2.zip SDL-1.2
--- a/include/.cvsignore	Sat Apr 22 19:50:23 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-SDL_config.h
--- a/src/main/macosx/.cvsignore	Sat Apr 22 19:50:23 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Info.plist
--- a/test/.cvsignore	Sat Apr 22 19:50:23 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-aclocal.m4
-autom4te*
-config.cache
-config.log
-config.status
-configure
-Makefile
-SDL.dll
-stdout.txt
-stderr.txt
-checkkeys
-graywin
-loopwave
-testalpha
-testbitmap
-testblitspeed
-testcdrom
-testdyngl
-testerror
-testfile
-testgamma
-testgl
-testhread
-testiconv
-testjoystick
-testkeys
-testlock
-testoverlay
-testoverlay2
-testpalette
-testplatform
-testsem
-testsprite
-testtimer
-testver
-testvidinfo
-testwin
-testwm
-threadwin
-torturethread