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 and the output is also very nice now :D. Have fun with this piece of code!
On 10/2/05, Andreas Schneider andreas.schneider@linux-gamers.net wrote:
Hi gladiac,
take a look at
http://winecvs.linux-gamers.net/
Cheers,
-- andreas
Gladiac Spark wrote:
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=Variable if you're doing so) and chmod it to give you x-rights. (e.g.: 'chmod 750 getwinecvs' without quotes)
By running it, it will search for an existing wine-tree... if there is one, it will be cleaned and then updated; if not, the complete tree will be downloaded. When using -c as parameter for getwinecvs, it will automatically begin to compile after getting all the updates and then install. To see what it exactly does, have a look at the source.
Even if it is called General CVS-Updater by gladiac it has been written FOR wine. I hope it is helpful for others. I know it's not very nerdy but.... who cares ;).
-- http://www.linux-gamers.net - your online gaming resource
Why don't you help to do further development on the WineCVS script instead of writing your own?
http://sourceforge.net/projects/winecvs/
-- andreas
Christian Lachner wrote:
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 and the output is also very nice now :D. Have fun with this piece of code!
On 10/2/05, Andreas Schneider andreas.schneider@linux-gamers.net wrote:
Hi gladiac,
take a look at
http://winecvs.linux-gamers.net/
Cheers,
-- andreas
Gladiac Spark wrote:
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=Variable if you're doing so) and chmod it to give you x-rights. (e.g.: 'chmod 750 getwinecvs' without quotes)
By running it, it will search for an existing wine-tree... if there is one, it will be cleaned and then updated; if not, the complete tree will be downloaded. When using -c as parameter for getwinecvs, it will automatically begin to compile after getting all the updates and then install. To see what it exactly does, have a look at the source.
Even if it is called General CVS-Updater by gladiac it has been written FOR wine. I hope it is helpful for others. I know it's not very nerdy but.... who cares ;).
-- http://www.linux-gamers.net - your online gaming resource
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 quite clean now and do, what 95% of all native-wine-users do expect of a small script like this. Personally I don't need profiles or something like this - that's why i wrote my own script.
Ah, before i forget - there will be one more release with some improvements.
On 10/26/05, Andreas Schneider andreas.schneider@linux-gamers.net wrote:
Why don't you help to do further development on the WineCVS script instead of writing your own?
http://sourceforge.net/projects/winecvs/
-- andreas
Christian Lachner wrote:
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 and the output is also very nice now :D. Have fun with this piece of code!
On 10/2/05, Andreas Schneider andreas.schneider@linux-gamers.net wrote:
Hi gladiac,
take a look at
http://winecvs.linux-gamers.net/
Cheers,
-- andreas
Gladiac Spark wrote:
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=Variable if you're doing so) and chmod it to give you x-rights. (e.g.: 'chmod 750 getwinecvs' without quotes)
By running it, it will search for an existing wine-tree... if there is one, it will be cleaned and then updated; if not, the complete tree will be downloaded. When using -c as parameter for getwinecvs, it will automatically begin to compile after getting all the updates and then install. To see what it exactly does, have a look at the source.
Even if it is called General CVS-Updater by gladiac it has been written FOR wine. I hope it is helpful for others. I know it's not very nerdy but.... who cares ;).
-- http://www.linux-gamers.net - your online gaming resource
-- http://www.linux-gamers.net - your online gaming resource
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 help
You can override this if you are too lazy and set the DEFAULT_MODE-Variable in the Config-Part of the Script to the mode you use the most (default is mode 2).
If you like it please leave a message ;) If you find a bug or have questions or ideas for enhancements, send a mail to gladiac@gmail.com If you don't like it try the WineCVS.sh-Script from http://winecvs.linux-gamers.net
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 fun
If there are problems send a mail to gladiac@gmail.com
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 MUCH faster at least for European users, BTW)
Andreas Mohr
just edit the CVSROOT-Variable to ":pserver:cvs@rhlx01.fht-esslingen.de :/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 way you want...
have fun
On 11/9/05, Andreas Mohr andi@rhlx01.fht-esslingen.de wrote:
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 MUCH faster at least for European users, BTW)
Andreas Mohr
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 getwinegit.sh is version: 0.1 (based on getwinecvs.sh v0.36)
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 is now 0.11.
greets
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...