Re: Small CVS-Update-Script

2006-02-12 Thread Christian Lachner
one more update. 0.12 is the current version and is mainly a minor-fixes-release which also fixes a really stupid bug (or so). Functionality is the same, have fun. hmmm, time to release this thing with a readme... getwinegit.sh Description: Bourne shell script

Re: Small CVS-Update-Script

2006-01-28 Thread Christian Lachner
I've updated my git-updatescript once again. There now is a new mode 3 which allows you to compile your local tree without updating it. It's just a small feature addition. I will also update the cvs-version if there is someone that wants so but please - use the git-version :) The current version

Re: Small CVS-Update-Script

2005-12-11 Thread Christian Lachner
OK, more news. I updated my cvs-script a little bit (nothing really noticeable) but that's not all.Since everybody seems to have changed to GIT i wrote a git-version of my wine-update-script. Features, functionality and so on are the same as in the cvs-version. getwinecvs.sh is now version: 0.36

Re: Small CVS-Update-Script

2005-11-09 Thread Christian Lachner
OK, this is version 3.5 which is mainly an Bugfix-Update to version 0.3. Functionality is just the same but it fixes a bad bug, has a colorful output and changed some minor stuff. This Release is meant to be stable. Lets do some testing ;). For most people it should work out of the box... have

Re: Small CVS-Update-Script

2005-11-09 Thread Andreas Mohr
Hi, On Wed, Nov 09, 2005 at 10:18:42PM +0100, Christian Lachner wrote: OK, this is version 3.5 which is mainly an Bugfix-Update to version 0.3. For such a colorful and monstrous script it's interesting to see that it doesn't even support our CVS mirror server out of the box... (which should be

Re: Small CVS-Update-Script

2005-11-09 Thread Christian Lachner
just edit the CVSROOT-Variable to :pserver:[EMAIL PROTECTED]:/home/wine with you favourite editor and you're ready to go. This Script does not have complex parameter-handlings - the configuration-area is on the top of the script. Have a look at it and you will see that everything can be set up the

Re: Small CVS-Update-Script

2005-11-07 Thread Christian Lachner
So this is the last update of my CVS-Update-Script for the main wine-tree. I call it the version 0.3 which should work perfectly on most machines. Usage changed a little bit. There are 3 Modes available which can be set as parameter: -0 update the cvs-tree -1 + compile the source -2 + install -h

Re: Small CVS-Update-Script

2005-10-26 Thread Christian Lachner
Hmm, it's always good to have an alternative i think and the second thing is that my script is a little bit simpler and is a general cvs-update-script which is configured for wine. You can easily use it for something else too. It's some bash-exercise for me and... don't you like it? it should be

Re: Small CVS-Update-Script

2005-10-23 Thread Christian Lachner
I know that there is something like my script out there but i did (again) spend some time on rewriting my own one since i like it better ;). This one is compeltely different from my first one - it works the same, but does some checks before doing anything , the code is written nicer and cleaner

Small CVS-Update-Script

2005-10-01 Thread Gladiac Spark
This is nothing special but may be useful for some people out there having problems updating their cvs-trees or being lazy writing some commands in their console. Copy the 'getwinecvs' to /usr/src or wherever you want (don't forget to edit the SRC="" if you're doing so) and chmod it to give you