| Browse all patches |
Author[]
Christopher Bratusek
Synopsis[]
We use SVN now. So no need for .cvsignore files.
Patch testing[]
- Copy/paste the patch listed below into some file, eg.
TEST.diff. - If you don't have sawfish sources yet, have one, as described get it from GIT repo.
- Go into the directory where sawfish sources reside, eg.
cd sawfish - Test if the patch applies cleanly with this command:
patch -p1 --ignore-whitespace --dry-run < TEST.diff
in case of problems try also:-p0or-p2 - If it applies cleanly, then remove the
--dry-runfrom above command and run it again, otherwise ask on the mailing list. - Compile sawfish:
./autogen.sh && make - Install it for testing, but it depends on your linux distribution.
- It is always better to install sawfish as your distribution package, but it is different for each distribution.
- So you may try
make install, which will install sawifish in/usr/local/share/sawfish/(if you have write access). But then make sure that you run the correct version and delete it from that directory afterwards, to avoid any conflicts.
- Se also
- how to prepare a patch - this instruction is useful for patch testing also.
- Patch testing howto for practical tips.
PS: edit this template if you feel that those instructions can be improved.
Patch[]
There's a patch, but I guess the following command is better:
find . -iname .cvsignore -exec svn del '{}' +
Index: themer/.cvsignore =================================================================== --- themer/.cvsignore (Revision 4225) +++ themer/.cvsignore (Arbeitskopie) @@ -1,3 +0,0 @@ -themer.jlc -themer.jl -Makefile Index: themes/absolute-e/.cvsignore =================================================================== --- themes/absolute-e/.cvsignore (Revision 4225) +++ themes/absolute-e/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -*.jlc -Makefile Index: themes/smaker/.cvsignore =================================================================== --- themes/smaker/.cvsignore (Revision 4225) +++ themes/smaker/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -*.jlc -Makefile Index: themes/gtk/.cvsignore =================================================================== --- themes/gtk/.cvsignore (Revision 4225) +++ themes/gtk/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -*.jlc -Makefile Index: themes/simple/.cvsignore =================================================================== --- themes/simple/.cvsignore (Revision 4225) +++ themes/simple/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -*.jlc -Makefile Index: themes/brushed-metal/.cvsignore =================================================================== --- themes/brushed-metal/.cvsignore (Revision 4225) +++ themes/brushed-metal/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -*.jlc -Makefile Index: themes/gradient/.cvsignore =================================================================== --- themes/gradient/.cvsignore (Revision 4225) +++ themes/gradient/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -*.jlc -Makefile Index: themes/.cvsignore =================================================================== --- themes/.cvsignore (Revision 4225) +++ themes/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -*.jlc -Makefile Index: themes/microGUI/.cvsignore =================================================================== --- themes/microGUI/.cvsignore (Revision 4225) +++ themes/microGUI/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -*.jlc -Makefile Index: scripts/.cvsignore =================================================================== --- scripts/.cvsignore (Revision 4225) +++ scripts/.cvsignore (Arbeitskopie) @@ -1,3 +0,0 @@ -Makefile -*.jlc -sawfish-about.jl Index: src/.cvsignore =================================================================== --- src/.cvsignore (Revision 4225) +++ src/.cvsignore (Arbeitskopie) @@ -1,10 +0,0 @@ -*.lo -*.la -sawfish-client -sawfish -.libs -Makefile -*.jlc -gtk-style -.*.d -.libexec Index: lisp/sawfish/wm/animation/.cvsignore =================================================================== --- lisp/sawfish/wm/animation/.cvsignore (Revision 4225) +++ lisp/sawfish/wm/animation/.cvsignore (Arbeitskopie) @@ -1 +0,0 @@ -*.jlc Index: lisp/sawfish/wm/theming/.cvsignore =================================================================== --- lisp/sawfish/wm/theming/.cvsignore (Revision 4225) +++ lisp/sawfish/wm/theming/.cvsignore (Arbeitskopie) @@ -1 +0,0 @@ -*.jlc Index: lisp/sawfish/wm/ext/.cvsignore =================================================================== --- lisp/sawfish/wm/ext/.cvsignore (Revision 4225) +++ lisp/sawfish/wm/ext/.cvsignore (Arbeitskopie) @@ -1 +0,0 @@ -*.jlc Index: lisp/sawfish/wm/.cvsignore =================================================================== --- lisp/sawfish/wm/.cvsignore (Revision 4225) +++ lisp/sawfish/wm/.cvsignore (Arbeitskopie) @@ -1 +0,0 @@ -*.jlc Index: lisp/sawfish/wm/state/.cvsignore =================================================================== --- lisp/sawfish/wm/state/.cvsignore (Revision 4225) +++ lisp/sawfish/wm/state/.cvsignore (Arbeitskopie) @@ -1 +0,0 @@ -*.jlc Index: lisp/sawfish/wm/session/.cvsignore =================================================================== --- lisp/sawfish/wm/session/.cvsignore (Revision 4225) +++ lisp/sawfish/wm/session/.cvsignore (Arbeitskopie) @@ -1 +0,0 @@ -*.jlc Index: lisp/sawfish/wm/commands/.cvsignore =================================================================== --- lisp/sawfish/wm/commands/.cvsignore (Revision 4225) +++ lisp/sawfish/wm/commands/.cvsignore (Arbeitskopie) @@ -1 +0,0 @@ -*.jlc Index: lisp/sawfish/wm/gnome/.cvsignore =================================================================== --- lisp/sawfish/wm/gnome/.cvsignore (Revision 4225) +++ lisp/sawfish/wm/gnome/.cvsignore (Arbeitskopie) @@ -1 +0,0 @@ -*.jlc Index: lisp/sawfish/wm/placement/.cvsignore =================================================================== --- lisp/sawfish/wm/placement/.cvsignore (Revision 4225) +++ lisp/sawfish/wm/placement/.cvsignore (Arbeitskopie) @@ -1 +0,0 @@ -*.jlc Index: lisp/sawfish/wm/util/.cvsignore =================================================================== --- lisp/sawfish/wm/util/.cvsignore (Revision 4225) +++ lisp/sawfish/wm/util/.cvsignore (Arbeitskopie) @@ -1 +0,0 @@ -*.jlc Index: lisp/sawfish/gtk/widgets/.cvsignore =================================================================== --- lisp/sawfish/gtk/widgets/.cvsignore (Revision 4225) +++ lisp/sawfish/gtk/widgets/.cvsignore (Arbeitskopie) @@ -1,3 +0,0 @@ -*.jlc -Makefile -font.jl Index: lisp/sawfish/gtk/.cvsignore =================================================================== --- lisp/sawfish/gtk/.cvsignore (Revision 4225) +++ lisp/sawfish/gtk/.cvsignore (Arbeitskopie) @@ -1,3 +0,0 @@ -*.jlc -Makefile -stock.jl Index: lisp/sawfish/ui/layouts/.cvsignore =================================================================== --- lisp/sawfish/ui/layouts/.cvsignore (Revision 4225) +++ lisp/sawfish/ui/layouts/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -*.jlc -Makefile Index: lisp/sawfish/ui/widgets/gtk/.cvsignore =================================================================== --- lisp/sawfish/ui/widgets/gtk/.cvsignore (Revision 4225) +++ lisp/sawfish/ui/widgets/gtk/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -*.jlc -Makefile Index: lisp/sawfish/ui/widgets/.cvsignore =================================================================== --- lisp/sawfish/ui/widgets/.cvsignore (Revision 4225) +++ lisp/sawfish/ui/widgets/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -*.jlc -Makefile Index: lisp/sawfish/ui/.cvsignore =================================================================== --- lisp/sawfish/ui/.cvsignore (Revision 4225) +++ lisp/sawfish/ui/.cvsignore (Arbeitskopie) @@ -1,3 +0,0 @@ -*.jlc -Makefile -main.jl Index: lisp/sawfish/.cvsignore =================================================================== --- lisp/sawfish/.cvsignore (Revision 4225) +++ lisp/sawfish/.cvsignore (Arbeitskopie) @@ -1 +0,0 @@ -*.jlc Index: lisp/.cvsignore =================================================================== --- lisp/.cvsignore (Revision 4225) +++ lisp/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -*.jlc -Makefile Index: sounds/.cvsignore =================================================================== --- sounds/.cvsignore (Revision 4225) +++ sounds/.cvsignore (Arbeitskopie) @@ -1 +0,0 @@ -Makefile Index: man/.cvsignore =================================================================== --- man/.cvsignore (Revision 4225) +++ man/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -Makefile -*.info* Index: .cvsignore =================================================================== --- .cvsignore (Revision 4225) +++ .cvsignore (Arbeitskopie) @@ -1,16 +0,0 @@ -DOC.dir -DOC.pag -Makefile -Makedefs -build.h -config.status -config.cache -config.h -config.log -configure -aclocal.m4 -NEWS -FAQ -sawfish.spec -DOC -autom4te.cache Index: po/.cvsignore =================================================================== --- po/.cvsignore (Revision 4225) +++ po/.cvsignore (Arbeitskopie) @@ -1,2 +0,0 @@ -Makefile -*.mo Index: capplet/.cvsignore =================================================================== --- capplet/.cvsignore (Revision 4225) +++ capplet/.cvsignore (Arbeitskopie) @@ -1,3 +0,0 @@ -.*.d -sawfish-capplet -Makefile
Community's reasons for inclusion or rejection[]
Patch submitters, please vote also! Yes, obviosuly your vote will be positive, but it's the place to give your explanation why this patch is good for all Sawfish users, and why it is correct - good reasons for inclusion.
When voting anonymously please write your name, so that it can be associated with your posts on the mailing list. If you are logged in you can sign yourself by typing four tilda characters: ~~~~.
vote: yes. Authors Comment: No reason to reject, just removes obsolete files. Flashrider [Christopher Bratusek] 21:41, 27 July 2008 (UTC)
vote: pondering. This should migrate the "info" to SVN style, should not it? At least that is what SVN Book suggests (look for svn:ignore). GSR 23:48, 27 July 2008 (UTC)
vote: yes. Using command svn status --no-ignoreafter compiling sawfish I was able to verify that all .cvsignore were imported into svn:ignore ─ probably when CVS was migrated to SVN. Committed r4245. Janek Kozicki 15:17, 4 August 2008 (UTC)