> -Original Message-
> From: Bostjan Skufca @ domenca.si [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 31, 2005 6:57 PM
> > > is it possible to mount CVS/SVN repository as filesystem?
> >
> > a. why would you want to? (the whole idea is that you _dont_ edit
files
> > directly in the repo
On 31 May 2005, at 17:57, Bostjan Skufca @ domenca.si wrote:
a. It would create a posibility to run application directly from
CVS if http
server would have access to it
It doesn't work that way - there are almost no circumstances under
which you would want to access the repository without
Bostjan Skufca @ domenca.si wrote:
a. It would create a posibility to run application directly from CVS if http
server would have access to it
doeos anyone else think this is silly? besides which this is webdevelopment,
the http server's config/paths etc matter ... so how do the files inside th
On 31 May 2005, at 15:40, Bostjan Skufca @ domenca.com wrote:
is it possible to mount CVS/SVN repository as filesystem?
Yes and no. Both keep stuff as normal files, but often as diffs and
BDB databases. You really need to go through the appropriate client
interface to extract data from it
a. It would create a posibility to run application directly from CVS if http
server would have access to it
b. details :))
On Tuesday 31 May 2005 18:06, Jochem Maas wrote:
> Bostjan Skufca @ domenca.com wrote:
> > Hello,
> >
> > is it possible to mount CVS/SVN repository as filesystem?
>
> a. w
Bostjan Skufca @ domenca.com wrote:
Hello,
is it possible to mount CVS/SVN repository as filesystem?
a. why would you want to? (the whole idea is that you _dont_ edit files
directly in the repository)
b. this is a php mailinglist not a cvs mailinglist. ;-)
regards,
Bostjan
On Tuesday 31
Hello,
is it possible to mount CVS/SVN repository as filesystem?
regards,
Bostjan
On Tuesday 31 May 2005 15:46, M. Sokolewicz wrote:
> Marcus Bointon wrote:
> > On 31 May 2005, at 09:58, Jochem Maas wrote:
> >> Also I hear lots of good things about subversion (SVN), which is a
> >> newer altern
Marcus Bointon wrote:
On 31 May 2005, at 09:58, Jochem Maas wrote:
Also I hear lots of good things about subversion (SVN), which is a
newer alternative for version control - some even say its better.
I can definitely vouch for Subversion. I'm using it for all my PHP
stuff. I'd not used cvs
On 31 May 2005, at 09:58, Jochem Maas wrote:
Also I hear lots of good things about subversion (SVN), which is a
newer alternative for version control - some even say its better.
I can definitely vouch for Subversion. I'm using it for all my PHP
stuff. I'd not used cvs a great deal, but I'd a
Vlad Golodov wrote:
Hi All!
are here any people who have tried to develop php application using CVS?
yes, everyday :-)
bare in mind that CVS actually creates a bit more work for you (especially in
the
beginning when you are still on the fairly steep CVS learning curve) but that
you gain in ov
Vlad Golodov wrote:
Hi All!
are here any people who have tried to develop php application using CVS?
What programms have you used for it? CVS should be located on the internet.
I have used CVS before (since its available in Zend Studio) and have had
to do a bit of reconfiguring of Zend (becau
Hi All!
are here any people who have tried to develop php application using CVS?
What programms have you used for it? CVS should be located on the internet.
Thanks in advance,
Vlad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hiya guys,
I need some type of extremely simple (yet intuitive) CVS solution, preferbly
written in PHP. Namely I want to allow fairly unsavvy computer users (lets
say my mom for example) to checkout files of interest, located on some
server, via a web-interface and PHP\MySQL backbone. I really
Ok..found something interesting.
PHP + Apache 2.0.32 does not run on glibc 2.2.5.
(fyi 2.2.5 was compiled with 3.0.3
and my kernel, and binutils, and openssl)
I tarred up an installation of Apache 2.0.32 I made from a different
machine running 2.2.4, compiled from 2.96, as well as the php modu
On Sat, 15 Sep 2001, Peter Gibson wrote:
> $ cvs -d :pserver:[EMAIL PROTECTED]:/repository co -r "4.0.4pl1" php4
> cvs [server aborted]: Numeric tag 4.0.4pl1 contains characters other than
> digits and '.'
>
> How do I check php-4.0.4pl1 out?
>
> My ~/.cvsrc file contains:
> $ cat ~/.cvsrc
> cvs
$ cvs -d :pserver:[EMAIL PROTECTED]:/repository co -r "4.0.4pl1" php4
cvs [server aborted]: Numeric tag 4.0.4pl1 contains characters other than
digits and '.'
How do I check php-4.0.4pl1 out?
My ~/.cvsrc file contains:
$ cat ~/.cvsrc
cvs -z9
update -d -P
checkout -P
diff -u
Thanks...
--
PHP
16 matches
Mail list logo