From sam at zoy.org Tue Feb 24 00:08:18 2004 From: sam at zoy.org (Sam Hocevar) Date: Tue, 24 Feb 2004 00:08:18 +0100 Subject: version control system moved to Subversion Message-ID: <20040223230818.GC26181@zoy.org> Hello! This is our next step towards total world domination, namely the utter eradication of CVS in favour of SVN (Subversion). As of now, only libdvbpsi, libdvdcss and libdvdplay have been moved, because their developer count was low enough to ensure a painless transition. The new repositories are available at the following SVN addresses: svn://svn.videolan.org/libdvbpsi/ svn://svn.videolan.org/libdvdcss/ svn://svn.videolan.org/libdvdplay/ HEAD is in trunk/, branches are in branches/ and tags are in tags/, which means that the latest version can be retrieved this way for instance: svn co svn://svn.videolan.org/libdvdcss/trunk libdvdcss_HEAD Here is a quick FAQ: Q. SVN? WTF! A. Subversion (svn) is a powerful replacement for CVS. See the website at http://subversion.tigris.org/ Q. I was not using CVS, what should I do? A. Nothing. This change will not affect you at all. Q. I was using CVS in read-only mode, what should I do? A. Nothing. Scripts have been set up that replicate all SVN changes to HEAD into the CVS tree every ten minutes, so that anonymous CVS users will not suffer any change. Q. I was a CVS commiter, what should I do? A. Learn how to use Subversion first, and send me a new plaintext password so that I can create your SVN account. Scrambled passwords and encrypted connections are not available yet. Q. I was a CVS commiter, and I had pending changes! A. Don't worry. Use "cvs diff" to generate a patch of your local changes, then checkout a new tree from the SVN repository, and apply your patch to this new checkout. Q. I am a {vlc|vls|whatever} commiter, should I start learning SVN? A. Yes. Eventually all VideoLAN repositories will be moved to SVN. But due to the high number of VLC commiters, this is likely to take more time until everyone can use Subversion on their favourite OS. A survey will be conducted before anything is attempted. Please report any problems to me. Have fun, -- Sam. -- This is the libdvdplay-devel mailing-list, see http://developers.videolan.org/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact From svn at videolan.org Tue Feb 24 15:09:03 2004 From: svn at videolan.org (Subversion daemon) Date: Tue, 24 Feb 2004 15:09:03 +0100 (CET) Subject: libdvdplay: svn commit r59 (sam) Message-ID: <20040224140903.32328B2513@poulet.zoy.org> r59 | sam | 2004-02-24 15:09:02 +0100 (Tue, 24 Feb 2004) | 2 lines Changed paths: A /tags/1.0.1 (from /tags/v1_0_1:58) D /tags/start D /tags/v1_0_1 * Renamed tags to their real version names (eg. v0_1_0 -> 0.1.0). -- This is the libdvdplay-devel mailing-list, see http://developers.videolan.org/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact From svn at videolan.org Tue Feb 24 16:10:58 2004 From: svn at videolan.org (Subversion daemon) Date: Tue, 24 Feb 2004 16:10:58 +0100 (CET) Subject: libdvdplay: svn commit r60 (sam) Message-ID: <20040224151058.DDA9AB2518@poulet.zoy.org> r60 | sam | 2004-02-24 16:10:58 +0100 (Tue, 24 Feb 2004) | 2 lines Changed paths: M /trunk D /trunk/.cvsignore M /trunk/NEWS M /trunk/THANKS M /trunk/autotools D /trunk/autotools/.cvsignore M /trunk/bootstrap M /trunk/debian D /trunk/debian/.cvsignore M /trunk/msvc D /trunk/msvc/.cvsignore M /trunk/src D /trunk/src/.cvsignore M /trunk/src/accessor.c M /trunk/src/command.c M /trunk/src/command.h M /trunk/src/common.h M /trunk/src/dvdplay D /trunk/src/dvdplay/.cvsignore M /trunk/src/dvdplay/dvdplay.h M /trunk/src/dvdplay/info.h M /trunk/src/dvdplay/nav.h M /trunk/src/dvdplay/state.h M /trunk/src/dvdplay.c M /trunk/src/info.c M /trunk/src/msg.c M /trunk/src/msg.h M /trunk/src/nav.c M /trunk/src/tools.c M /trunk/src/tools.h M /trunk/src/vmg.c M /trunk/src/vmg.h * Added proper SVN keywords to files and directories (for $Id and ignores). -- This is the libdvdplay-devel mailing-list, see http://developers.videolan.org/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact