Update of /cvsroot/alsa/alsa-kernel/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv13364

Modified Files:
        ksync 
Log Message:
Added cvslocal command

Index: ksync
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/scripts/ksync,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ksync       17 Dec 2002 20:00:57 -0000      1.20
+++ ksync       28 Jan 2003 12:35:46 -0000      1.21
@@ -718,6 +718,17 @@
                diffall(0, from_cvs_time, to_cvs_time)
                if FATAL_LSYNC_ERROR > 0:
                        print 'Error during merge, see %s file...' % PATCH_UPDATE
+       elif args[0] == 'cvslocal':
+               if len(args) <= 1:
+                       print 'Specify time, please'
+                       sys.exit(1)
+               to_cvs_time = parse_time(args[1])
+               CVSROOT = '~/alsa.local'
+               os.chdir(os.path.expanduser('~/'))
+               os.system('rm -rf alsa.local')
+               os.system('mkdir alsa.local')
+               os.chdir(os.path.expanduser('~/alsa.local'))
+               os.system('cvs -d/home/src/alsa co -P %s alsa-driver alsa-kernel' % 
+get_cvs_date_param1(to_cvs_time))
        elif args[0] == 'filename':
                ver = 1
                if len(args) > 1:



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to