[EMAIL PROTECTED] (Paul DeWolf) writes:

>I'm in the process of moving from SourceSafe to CVS, and I'm writing a
>Python script to convert from one to the other.  (The website with the
>vss2cvs Perl script seems to not be available anymore).

>I want to keep the old dates of the file versions, so I want to be
>able to commit a version to CVS, explicitly setting the date/time
>instead of using the current date and time.

>Is there a way to do this?  

If you're willing to build the ,v files with RCS commands instead
of cvs calls, the ci(1) command has a -d option that would do what
you want.

--
Pierre Asselin
Westminster, Colorado


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to