Usage question

2007-06-24 Thread Jared Solomon
Is anyone successfully using OpenBSD and mplayer or vlc with mediasite to catch streaming lectures from a university campus or similar? I had to get a Vista box, and I'm at wits' end with its B$. Any help or pointers to upgrade my Toshiba Satellite dual core box to OpenBSD 4.1 and maintain my

Re: Usage question

2007-06-24 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Today Jared Solomon wrote: Is anyone successfully using OpenBSD and mplayer or vlc with mediasite to catch streaming lectures from a university campus or similar? I had to get a Vista box, and I'm at wits' end with its B$. Any help or pointers

cvs usage question

2006-12-16 Thread James Turner
I just started using cvs to manage a new web project had a usage question I was wondering if anyone could help me with. Once I run cvs commit in my local repos I would like the server to automatically run a cvs update on a checkout which is located on the same server as the cvs repos. I

Re: cvs usage question

2006-12-16 Thread Michael Osburn
annoying, let alone makes my inbox a lot larger then I really want to deal with in a short amount of time. Hope this helps. Michael Osburn On Dec 16, 2006, at 8:11 PM, James Turner wrote: I just started using cvs to manage a new web project had a usage question I was wondering if anyone could help

Re: cvs usage question

2006-12-16 Thread James Turner
web project had a usage question I was wondering if anyone could help me with. Once I run cvs commit in my local repos I would like the server to automatically run a cvs update on a checkout which is located on the same server as the cvs repos. I was wondering if this was possible and how you

Re: cvs usage question

2006-12-16 Thread Ingo Schwarze
James Turner wrote on Sat, Dec 16, 2006 at 11:28:43PM -0500: jcs@ suggested looking at loginfo in CVSROOT, but I haven't had much luck there. I added ^webapp cd /var/www/webapp cvs update -d but there seems to be a locking issue, I'm guessing cvs update tries to run before the commit is

Re: cvs usage question

2006-12-16 Thread James Turner
Below is the output of running cvs commit on my local repos. As you can see the update tries to run on the server side but when it gets to the directory where I edited a file it has a lock error. I'm guessing it's locked for the commit there for the update won't run on it. Checking in

Re: cvs usage question

2006-12-16 Thread James Turner
I should probably have noted this earlier, but I use cvs through ssh. So I wonder if that might be the cause of the locking issue. export CVS_RSH=ssh export CVSROOT=:ext:[EMAIL PROTECTED]:/home/username/cvsroot

Re: cvs usage question

2006-12-16 Thread James Turner
I fixed the problem. It had nothing to do with using cvs through ssh. The key was running the cvs update in the background. So adding ^webapp ( cd /var/www/webapp; cvs -q update -d ) to loginfo in my CVSROOT works perfectly with out any locking problems. On Sun, 17 Dec 2006, James Turner

Re: cvs usage question

2006-12-16 Thread Ingo Schwarze
James Turner wrote on Sun, Dec 17, 2006 at 12:13:07AM -0500: On Sun, 17 Dec 2006, Ingo Schwarze wrote: James Turner wrote on Sat, Dec 16, 2006 at 11:28:43PM -0500: jcs@ suggested looking at loginfo in CVSROOT, but I haven't had much luck there. I added ^webapp cd /var/www/webapp cvs update

cvs usage question

2005-10-17 Thread stan
I;m trying to update the source tree on a 3.7 machine to current I did the following (based upon my reading of the web site docs on this): cd /usr/src setenv [EMAIL PROTECTED]:/cvs cvs -q get -P src But all I got were these error messages: cvs server: cannot find module `src' - ignored cvs

Re: cvs usage question

2005-10-17 Thread Przemysław Nowaczyk
stan napisaE(a): I;m trying to update the source tree on a 3.7 machine to current I did the following (based upon my reading of the web site docs on this): cd /usr/src setenv [EMAIL PROTECTED]:/cvs cvs -q get -P src But all I got were these error messages: cvs server: cannot find module

Re: cvs usage question

2005-10-17 Thread steven mestdagh
On Mon, Oct 17, 2005 at 09:49:21AM -0400, stan wrote: I;m trying to update the source tree on a 3.7 machine to current I did the following (based upon my reading of the web site docs on this): cd /usr/src setenv [EMAIL PROTECTED]:/cvs cvs -q get -P src But all I got were these error

Re: cvs usage question

2005-10-17 Thread Ikmal Ahmad
This what I use. cd /usr cvs -d [EMAIL PROTECTED]:/cvs -q up -rOPENBSD_3_7 -P src On 10/17/05, steven mestdagh [EMAIL PROTECTED] wrote: On Mon, Oct 17, 2005 at 09:49:21AM -0400, stan wrote: I;m trying to update the source tree on a 3.7 machine to current I did the following (based upon my