|
From: Geoff S. <Ge...@Ho...> - 2001-03-27 03:48:14
|
I'm working on the database prefix enhancement. So, I installed wincvs and got it working... I installed the current CVS version of phpwebsite and found many translate errors and lots of corrupted graphic images. you can see the problem at: http://www.txsd16democrats.org So, here are my questions: Is the current version in CVS working correctly, especially with reference to the translation stuff? Are the images in the CVS library corrupted or do I need to do something special to download them? Geoff Geoff Staples, Hostricity Web Hosting <http://www.hostricity.com/> |
|
From: Jeremy A. <ja...@tu...> - 2001-03-27 04:16:04
|
The translation has not been done in cvs. You will see the TRANSLATE [[somthing]] everywhere. You can see the translator in the make_distro dir. As for the images they are not corrupted in the cvs server. I used cvs.exe from www.cvshome.org and downloaded the source to a windows computer. I found it must be transferring all files in ASCII to windows. I got the same thing mangled images. > I'm working on the database prefix enhancement. > > So, I installed wincvs and got it working... > > I installed the current CVS version of phpwebsite and found many > translate errors and lots of corrupted graphic images. you can see the > problem at: > > http://www.txsd16democrats.org > > So, here are my questions: > > Is the current version in CVS working correctly, especially with > reference to the translation stuff? > > Are the images in the CVS library corrupted or do I need to do > something special to download them? > > Geoff > > Geoff Staples, > Hostricity Web Hosting <http://www.hostricity.com/> > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
|
From: Geoff S. <Ge...@Ho...> - 2001-03-27 04:28:34
|
Does anyone know what needs to be done to download "unmangled" images? I looked in wincvs and there is mention of how to handle binary files, but, I don't understand what I need to do. I had assumed that wincvs would be smart enough to use ascii or binary file transger based on standard file extensions such as .gif, .jpg, etc. But, apparently not! Geoff -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Jeremy Agee Sent: Monday, March 26, 2001 10:13 PM To: php...@li... Subject: Re: [Phpwebsite-developers] Problems with current CVS version?? The translation has not been done in cvs. You will see the TRANSLATE [[somthing]] everywhere. You can see the translator in the make_distro dir. As for the images they are not corrupted in the cvs server. I used cvs.exe from www.cvshome.org and downloaded the source to a windows computer. I found it must be transferring all files in ASCII to windows. I got the same thing mangled images. > I'm working on the database prefix enhancement. > > So, I installed wincvs and got it working... > > I installed the current CVS version of phpwebsite and found many > translate errors and lots of corrupted graphic images. you can see the > problem at: > > http://www.txsd16democrats.org > > So, here are my questions: > > Is the current version in CVS working correctly, especially with > reference to the translation stuff? > > Are the images in the CVS library corrupted or do I need to do > something special to download them? > > Geoff > > Geoff Staples, > Hostricity Web Hosting <http://www.hostricity.com/> > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers _______________________________________________ Phpwebsite-developers mailing list Php...@li... http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
|
From: Jeremy A. <ja...@tu...> - 2001-03-27 04:40:23
|
Ill download it and give it a try. > Does anyone know what needs to be done to download "unmangled" images? > > I looked in wincvs and there is mention of how to handle binary files, > but, I don't understand what I need to do. > > I had assumed that wincvs would be smart enough to use ascii or binary > file transger based on standard file extensions such as .gif, .jpg, > etc. But, apparently not! > > Geoff > > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of > Jeremy Agee > Sent: Monday, March 26, 2001 10:13 PM > To: php...@li... > Subject: Re: [Phpwebsite-developers] Problems with current CVS > version?? > > > The translation has not been done in cvs. You will see the TRANSLATE > [[somthing]] everywhere. You can see the translator in the make_distro > dir. As for the images they are not corrupted in the cvs server. I > used cvs.exe from www.cvshome.org and downloaded the source to a > windows computer. I found it must be transferring all files in ASCII > to windows. I got the same thing mangled images. > >> I'm working on the database prefix enhancement. >> >> So, I installed wincvs and got it working... >> >> I installed the current CVS version of phpwebsite and found many >> translate errors and lots of corrupted graphic images. you can see the >> problem at: >> >> http://www.txsd16democrats.org >> >> So, here are my questions: >> >> Is the current version in CVS working correctly, especially with >> reference to the translation stuff? >> >> Are the images in the CVS library corrupted or do I need to do >> something special to download them? >> >> Geoff >> >> Geoff Staples, >> Hostricity Web Hosting <http://www.hostricity.com/> >> >> >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
|
From: Mike N. <mh...@us...> - 2001-03-27 04:58:46
|
Jeremy Agee, 2001-03-26 23:12 -0500 >As for the images they are not corrupted in the cvs server. I used >cvs.exe from www.cvshome.org and downloaded the source to a windows >computer. I found it must be transferring all files in ASCII to >windows. I got the same thing mangled images. Jeremy, You need to add cvswrappers for binary file extensions. The cvswrappers File http://cvsbook.red-bean.com/cvsbook.html#The_cvswrappers_File CVS And Binary Files http://cvsbook.red-bean.com/cvsbook.html#CVS_And_Binary_Files I hope this helps. -- Mike Noyes <mh...@us...> http://leaf.sourceforge.net/ |
|
From: Mike N. <mh...@us...> - 2001-03-27 05:04:34
|
Jeremy, I forgot to give a link to the solution. My binary files are messed up http://cvsbook.red-bean.com/cvsbook.html#My_binary_files_are_messed_up Mike Noyes, 2001-03-26 20:59 -0800 >Jeremy Agee, 2001-03-26 23:12 -0500 >>As for the images they are not corrupted in the cvs server. I used >>cvs.exe from www.cvshome.org and downloaded the source to a windows >>computer. I found it must be transferring all files in ASCII to >>windows. I got the same thing mangled images. > >Jeremy, >You need to add cvswrappers for binary file extensions. > >The cvswrappers File >http://cvsbook.red-bean.com/cvsbook.html#The_cvswrappers_File > >CVS And Binary Files >http://cvsbook.red-bean.com/cvsbook.html#CVS_And_Binary_Files -- Mike Noyes <mh...@us...> http://leaf.sourceforge.net/ |
|
From: Jeremy A. <ja...@tu...> - 2001-03-27 06:41:20
|
OK everyone it should be fixed now. My windows checkout worked. Thanks Mike! > Jeremy, > I forgot to give a link to the solution. > > My binary files are messed up > http://cvsbook.red-bean.com/cvsbook.html#My_binary_files_are_messed_up > > Mike Noyes, 2001-03-26 20:59 -0800 >>Jeremy Agee, 2001-03-26 23:12 -0500 >>>As for the images they are not corrupted in the cvs server. I used >>>cvs.exe from www.cvshome.org and downloaded the source to a windows >>>computer. I found it must be transferring all files in ASCII to >>>windows. I got the same thing mangled images. >> >>Jeremy, >>You need to add cvswrappers for binary file extensions. >> >>The cvswrappers File >>http://cvsbook.red-bean.com/cvsbook.html#The_cvswrappers_File >> >>CVS And Binary Files >>http://cvsbook.red-bean.com/cvsbook.html#CVS_And_Binary_Files > > -- > Mike Noyes <mh...@us...> > http://leaf.sourceforge.net/ > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
|
From: Mike N. <mh...@us...> - 2001-03-27 14:06:32
|
Jeremy Agee, 2001-03-27 01:38 -0500 >OK everyone it should be fixed now. My windows checkout worked. Thanks Mike! Jeremy, No problem. :) Regarding list archival. If you want to have an alternate archive to the primary GeoCrawler one, you might want to take a look at: The Mail Archive http://www.mail-archive.com/ http://www.mail-archive.com/about.html -- Mike Noyes <mh...@us...> http://leaf.sourceforge.net/ |