From: Roman K. <rom...@ep...> - 2003-02-04 20:57:31
|
I just had a look at CVS @ Sourceforge. First of all: Since I never worked with CVS everything went wrong and i accidently uploaded the 0.6.0-alpha2 in a new directory instead of overwritting the old one. I'm on it, but right now SourceForge seems to have heavy problems with their cvs-server (oops, was that because of me? *g*) and i cannot continue. All i want to tell you: a) Don't use cvs right now, i try to fix the directory structure as soon as their servers are full available b) Is it ok, that i call it "phpeselgui" in the cvs-tree instead of phpEselGui? It would prevent misstakes c) I'll mail to this list, as soon as cvs is "ok" again and also post a (very short) howto, so you all can use it to commit your changes to phpEselGui regards Roman |
From: Roman K. <rom...@ep...> - 2003-02-04 21:41:22
|
Sven, could you please execute the following commands (of course replace USERNAME) Make sure, you're in an empty directory, since phpEselGui/ will be created cvs -z3 -d:ext:rom...@cv...:/cvsroot/phpeselgui co phpEselGui cd phpEselGui cvs update -P Here's the explanation to line 1 and 3 line 1: checkout (download) the actual phpeselgui-repository line 3: update it and Purge (-P) directories without content (empty directories without any files) Could you then please send me the output of line 3? The cause why you should do this is, because i always get this errors: cvs update: cannot remove phpEselGui/themes/default/buttons/spanish: Permission denied cvs update: cannot remove phpEselGui/themes/default/buttons/german: Permission denied cvs update: cannot remove phpEselGui/themes/default/buttons/english: Permission denied cvs update: cannot remove phpEselGui/docs: Permission denied cvs update: cannot remove phpEselGui/Scripts: Permission denied cvs update: cannot remove phpEselGui/Localizer: Permission denied this phpEselGui is NOT the directory which was already on the CVS, but version 0.6.0-alpha2 which i accidently uploaded to phpEselGui instead of ./ regards Roman P.S.: Do you guys use irc? |
From: Sven W. <sve...@in...> - 2003-02-05 15:20:04
|
Roman Kreisel schrieb: > Sven, could you please execute the following commands (of course replac= e USERNAME) > Make sure, you're in an empty directory, since phpEselGui/ will be crea= ted >=20 > cvs -z3 -d:ext:rom...@cv...:/cvsroot/phpeselgui co = phpEselGui > cd phpEselGui > cvs update -P hm, i'm always struggeling with CVS :-( After having done the deletion of all in CVS (yes!) i tried some things=20 incl. nobody@server:/tmp > cd phpEselGui/ nobody@server:/tmp/phpEselGui > cvs update -P sv...@cv...'s password: cvs server: Updating . cvs server: Updating Localizer cvs server: Updating Scripts cvs server: Updating docs cvs server: Updating phpEselGui cvs server: Updating phpEselGui/Localizer cvs server: Updating phpEselGui/Scripts cvs server: Updating phpEselGui/docs cvs server: Updating phpEselGui/themes cvs server: Updating phpEselGui/themes/default cvs server: Updating phpEselGui/themes/default/buttons cvs server: Updating phpEselGui/themes/default/buttons/english cvs server: Updating phpEselGui/themes/default/buttons/german cvs server: Updating phpEselGui/themes/default/buttons/spanish cvs server: Updating themes cvs server: Updating themes/default cvs server: Updating themes/default/buttons cvs server: Updating themes/default/buttons/english cvs server: Updating themes/default/buttons/german nobody@server:/tmp/phpEselGui > but on "browse cvs" at sourceforge.net they are shown...? >=20 (...) > regards > Roman >=20 > P.S.: Do you guys use irc? No, I'm using IChat (which is AIM on Mac :), Account "SvenWal" --=20 Sven Walther, sve...@in... Infopark AG Kitzingstr. 15, D-12277 Berlin, Germany Tel +49 30 747993-0, Fax +49 30 747993-93 http://www.infopark.de/ Besuchen Sie uns vom 12.-19.03. auf der CeBIT 2003, Messegel=E4nde Hannover, Halle 6, Stand G39. Informieren Sie sich =FCber unsere Content Management Suite NPS und unsere Portal-L=F6sung NPS Portal Manager f=FCr kundenfreundliche Web-Sites. Vereinbaren Sie einen individuellen Informationstermin: http://www.infopark.de/termin/ |
From: Roman K. <rom...@ep...> - 2003-02-05 17:16:52
|
> but on "browse cvs" at sourceforge.net they are shown...? I just send a support request to sf.net, they should clean our whole cvs-directory within the next 7 days... then we can upload it again. I think some permissions are messed up on the server, we'll see if it works better after the cleanup > > P.S.: Do you guys use irc? > No, I'm using IChat (which is AIM on Mac :), Account "SvenWal" Sometimes i use icq, but i don't really like instant messaging... irc rulez ;) |