index.html #1

  • //
  • guest/
  • mitch_stuart/
  • perforce/
  • utils/
  • vsstop4/
  • index.html
  • View
  • Commits
  • Open Download .zip Download (4 KB)
<HTML>

<HEAD>

<TITLE>
VSSToP4 Project - Perforce Public Depot
</TITLE>

<META name="keywords" content="VSS, visual sourcesafe perforce migration SCM scripts">
<META name="description" content="Scripts to migrate from Visual SourceSafe to Perforce">

</HEAD>

<BODY BGCOLOR="#FFFFFF">
<CENTER>
<P>
<A NAME="toc"></A>
<h2>
<sub><a href="http://public.perforce.com/public/index.html">Perforce Public Depot</a></sub><br>
The VSSToP4 Project
</H2>
<h2>
Visual SourceSafe to Perforce Migration
<br>
</H2>
<P>

<TABLE BORDER=0><TR><TD>
<B>
<UL>
<LI><A HREF="#about">About This Project
</A>
<LI><a HREF="ftp://public.perforce.com/public/perforce/utils/vsstop4/main/">Source
  Files (via FTP)</a>
<LI>
<a href="ftp://public.perforce.com/public/perforce/utils/vsstop4/main/vsstop4.zip">
Zip file of sources (via FTP)</a>
<LI><a HREF="http://public.perforce.com:8080/@md=d&amp;cd=//public/perforce/utils/vsstop4/&amp;ra=s&amp;c=CtR@//public/perforce/utils/vsstop4/main/?ac=83">Browse
  Public Depot</a>
</UL>
</b></TABLE>
</CENTER>
<br>
<br>
<TABLE CELLSPACING=0 BORDER=0 WIDTH=100%><TR><TD BGCOLOR=FFCC66>

<A NAME="about"></A>
<H2>About This Project
</H2>

<TD WIDTH=5% BGCOLOR=FFCC66 ALIGN=RIGHT><FONT SIZE="-2"><A HREF="#toc">
Back to<BR>Table of<BR>Contents</A></font></TD></TR>
</TABLE>
<!------------------------------------------------------------------>

<p>
<table cellpadding=5%>
<tr>
<td valign=top>
<b>Content</b>
</td>
<td valign=top>
Source and documentation for Perforce's VssToP4 scripts - Perl scripts to
migrate a repository from Microsoft's Visual SourceSafe into Perforce.
<p>This set of Perl scripts converts VSS archives to Perforce, preserving the
original times and authors. Branches are translated verbatim, individual file
revisions are grouped as much as possible into Perforce's notion of atomic
changes.</p>
<p>Requires Perl 5.6, VSS 5.0 or later and Perforce 97.3 or later.&nbsp;The 
scripts only run on Windows (read values from Registry).</p>
<p>Download:
<a href="ftp://public.perforce.com/public/perforce/utils/vsstop4/main/vsstop4.zip">
<b>vsstop4.zip</b></a><B>
</b></p>
<p>These scripts are not fully supported - but feel free to contact Curator
below.</p>
</td>
</tr>
<tr>
<td valign=top>
<b>Curator</b>
</td>
    <td valign=top> Robert Cowham. Please email <a href="mailto:[email protected]">[email protected]</a>
      if you have submitted contributions you'd like published, or if you have ideas
      for enhancement.</td>
</tr>
</table>


<hr>
<p><b>Details:</b></p>
<ul>
  <li>Checkout the <a href="ftp://public.perforce.com/public/perforce/utils/vsstop4/main/README.txt">readme.txt</a>
    file. All files are downloadable from the Public Depot via FTP (see links
    above).</li>
</ul>
<p><b>Updated:</b></p>
<ul>
  <li>1-Oct-2002 <b>- </b>First added to Public Depot. </li>
  <li>7-Aug-2003 - Updated date/time format handling. Clarified notes. Automatic 
  update of client.</li>
  <li>1-Sep-2003 - Significantly speed up whole script:<blockquote>
    <blockquote>
<ul>
  <li>new algorithm for labels - much faster</li>
  <li>use DB_File module (if available) for labels for large sites</li>
  <li>use P4Perl module (if available) - much faster<br>
&nbsp;</li>
</ul>
    </blockquote>
  </blockquote>
  </li>
</ul>
<P>
<TABLE CELLSPACING=0 BORDER=0 WIDTH=100%>
<TR>

<TD WIDTH=15% BGCOLOR=FFCC66 ALIGN=LEFT VALIGN=CENTER>
<FONT SIZE="-2">
Copyright &copy;<br>
1998-2002<br>
<a href="http://www.perforce.com">Perforce Software</a><br>
</FONT>
</TD>

<TD WIDTH=70% BGCOLOR=FFCC66 ALIGN=CENTER>
<FONT SIZE="-2">
You're browsing a file stored as<br>
<code>$Id: //guest/mitch_stuart/perforce/utils/vsstop4/index.html#1 $</code><br>
in the
<A HREF=http://public.perforce.com/public/index.html>Perforce Public Depot</A>.
</FONT>
</TD>

<TD WIDTH=15% BGCOLOR=FFCC66 ALIGN=RIGHT>
<FONT SIZE="-2"><A HREF="#toc">
Back to<BR>Table of<BR>Contents</A></font></TD></TR>




</TABLE>
<!------------------------------------------------------------------>



</BODY>
# Change User Description Committed
#1 3624 Mitch Stuart Branch //public/perforce/utils to //guest/mitch_stuart/perforce/utils
//guest/perforce_software/utils/vsstop4/index.html
#6 3611 Robert Cowham Updated .zip file and web
#5 3558 Robert Cowham Fixed bug with French date formats.
Autoupdate client root and view based on config.ini entries.
#4 3557 Robert Cowham Updated .zip file reference.
Also change notes.
#3 2172 Robert Cowham Added comment
#2 2171 Robert Cowham Correct link.
Make into ktext.
#1 2170 Robert Cowham First version of web page