]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Various changes related to the Subversion migration.
authorSimon Tatham <anakin@pobox.com>
Tue, 16 Nov 2004 18:01:39 +0000 (18:01 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 16 Nov 2004 18:01:39 +0000 (18:01 +0000)
[originally from svn r4790]

README
doc/faq.but
mksrcarc.sh
mkunxarc.sh

diff --git a/README b/README
index fb627ca1ca50aa83d184fc096261467b1171322e..20d5aabb42c2e06d149d77d66529d56b20b054e6 100644 (file)
--- a/README
+++ b/README
@@ -2,8 +2,9 @@ This is the README for the source archive of PuTTY, a free Win32
 and Unix Telnet and SSH client.
 
 If you want to rebuild PuTTY from source, we provide a variety of
-Makefiles and equivalents. (If you have fetched the source from CVS,
-you'll have to generate the Makefiles yourself -- see below.)
+Makefiles and equivalents. (If you have fetched the source from
+Subversion, you'll have to generate the Makefiles yourself -- see
+below.)
 
 For building on Windows:
 
index 6a3b3ce82dd0a771db774a01b447a48b56f83727..bafd9a003dde3c79a52eed8eaa820f353dd8be50 100644 (file)
@@ -1,4 +1,4 @@
-\versionid $Id: faq.but,v 1.83 2004/11/15 15:57:28 jacob Exp $
+\versionid $Id$
 
 \A{faq} PuTTY FAQ
 
@@ -158,7 +158,7 @@ completely is the wrong solution and we will not do it.
 
 If you have host keys available in the common \c{known_hosts} format,
 we have a script called 
-\W{http://cvs.tartarus.org/putty/contrib/kh2reg.py}\c{kh2reg.py}
+\W{http://www.tartarus.org/~simon-anonsvn/viewcvs.cgi/putty/contrib/kh2reg.py?view=markup}\c{kh2reg.py}
 to convert them to a Windows .REG file, which can be installed ahead of
 time by double-clicking or using \c{REGEDIT}.
 
index e955d33c3f5478515f86d5a3240545e1a1b89baa..8295aea7bb77910f803c9cfc5148ccdbb9d65cab 100755 (executable)
@@ -2,6 +2,7 @@
 perl mkfiles.pl
 text=`{ find . -name CVS -prune -o \
                -name .cvsignore -prune -o \
+               -name .svn -prune -o \
                -name LATEST.VER -prune -o \
                -name CHECKLST.txt -prune -o \
                -name mksrcarc.sh -prune -o \
index a290795427ddb75035b89654cfebfdc108997ce7..bde24405e97b0e0a7238db1a057db3cb746d318e 100755 (executable)
@@ -35,6 +35,7 @@ find . -name uxarc -prune -o -name . -o \
 find . -name uxarc -prune -o \
        -name CVS -prune -o \
        -name .cvsignore -prune -o \
+       -name .svn -prune -o \
        -name '*.zip' -prune -o \
        -name '*.tar.gz' -prune -o \
        -type f -exec ln -s $PWD/{} uxarc/$arcname/{} \;