Re: php + cvs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 meaningfully. Also, you don't normally work directly on the repository but on a locally checked out version. This is what makes concurrent edits possible. SVN is typically implemented as a WebDAV service (possibly using SSL for security), and you can simply mount the webdav point as you would any other webdav file system. I guess you could check out a version remotely, then mount that area via webdav. Not sure what you'd gain though.

Marcus
--
Marcus Bointon
Synchromedia Limited: Putting you in the picture
marcus@xxxxxxxxxxxxxxxxxx | http://www.synchromedia.co.uk

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux