From ba9fca33bd81bec5957e86f851b1dbea2c7f1d5a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 26 Apr 2006 20:30:11 +0000 Subject: [PATCH] subversion conversion complete! --- .cvsignore | 17 ---------------- Makefile.in | 15 ++++++-------- include/.cvsignore | 1 - src/main/macosx/.cvsignore | 1 - test/.cvsignore | 40 -------------------------------------- 5 files changed, 6 insertions(+), 68 deletions(-) delete mode 100644 .cvsignore delete mode 100644 include/.cvsignore delete mode 100644 src/main/macosx/.cvsignore delete mode 100644 test/.cvsignore diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 0fb523748..000000000 --- a/.cvsignore +++ /dev/null @@ -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 diff --git a/Makefile.in b/Makefile.in index 07ae0961e..a9c288390 100644 --- a/Makefile.in +++ b/Makefile.in @@ -150,8 +150,7 @@ dist $(distfile): $(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 @@ dist $(distfile): 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 diff --git a/include/.cvsignore b/include/.cvsignore deleted file mode 100644 index eabbcf40b..000000000 --- a/include/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -SDL_config.h diff --git a/src/main/macosx/.cvsignore b/src/main/macosx/.cvsignore deleted file mode 100644 index 4e432c232..000000000 --- a/src/main/macosx/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Info.plist diff --git a/test/.cvsignore b/test/.cvsignore deleted file mode 100644 index 5457bd9b9..000000000 --- a/test/.cvsignore +++ /dev/null @@ -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