PERFORCE change 131978 for review
    Peter Wemm 
    peter at FreeBSD.org
       
    Sat Dec 29 11:15:25 PST 2007
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=131978
Change 131978 by peter at peter_repocopy on 2007/12/29 19:15:05
	Rename out of the way, like bsdtar once was.  It was an interesting
	experiment...
Affected files ...
.. //depot/projects/hammer/usr.bin/svn/svn/Makefile#4 edit
.. //depot/projects/hammer/usr.bin/svn/svnadmin/Makefile#4 edit
.. //depot/projects/hammer/usr.bin/svn/svndumpfilter/Makefile#4 edit
.. //depot/projects/hammer/usr.bin/svn/svnlook/Makefile#4 edit
.. //depot/projects/hammer/usr.bin/svn/svnserve/Makefile#4 edit
.. //depot/projects/hammer/usr.bin/svn/svnsync/Makefile#4 edit
.. //depot/projects/hammer/usr.bin/svn/svnversion/Makefile#4 edit
Differences ...
==== //depot/projects/hammer/usr.bin/svn/svn/Makefile#4 (text+ko) ====
@@ -4,7 +4,7 @@
 
 .PATH:	${SVNDIR}/svn
 
-PROG=	svn
+PROG=	bsdsvn
 NO_MAN=	svn.1
 
 SRCS=	add-cmd.c blame-cmd.c cat-cmd.c checkout-cmd.c cleanup-cmd.c \
==== //depot/projects/hammer/usr.bin/svn/svnadmin/Makefile#4 (text+ko) ====
@@ -4,7 +4,7 @@
 
 .PATH:	${SVNDIR}/svnadmin
 
-PROG=	svnadmin
+PROG=	bsdsvnadmin
 NO_MAN=	svnadmin.1
 
 SRCS=	main.c
==== //depot/projects/hammer/usr.bin/svn/svndumpfilter/Makefile#4 (text+ko) ====
@@ -4,7 +4,7 @@
 
 .PATH:	${SVNDIR}/svndumpfilter
 
-PROG=	svndumpfilter
+PROG=	bsdsvndumpfilter
 NO_MAN=	svndumpfilter.1
 
 SRCS=	main.c
==== //depot/projects/hammer/usr.bin/svn/svnlook/Makefile#4 (text+ko) ====
@@ -4,7 +4,7 @@
 
 .PATH:	${SVNDIR}/svnlook
 
-PROG=	svnlook
+PROG=	bsdsvnlook
 NO_MAN=	svnlook.1
 
 SRCS=	main.c
==== //depot/projects/hammer/usr.bin/svn/svnserve/Makefile#4 (text+ko) ====
@@ -4,7 +4,7 @@
 
 .PATH:	${SVNDIR}/svnserve
 
-PROG=	svnserve
+PROG=	bsdsvnserve
 NO_MAN=	svnserve.1
 
 SRCS=	main.c serve.c winservice.c
==== //depot/projects/hammer/usr.bin/svn/svnsync/Makefile#4 (text+ko) ====
@@ -4,7 +4,7 @@
 
 .PATH:	${SVNDIR}/svnsync
 
-PROG=	svnsync
+PROG=	bsdsvnsync
 NO_MAN=	svnsync.1
 
 SRCS=	main.c
==== //depot/projects/hammer/usr.bin/svn/svnversion/Makefile#4 (text+ko) ====
@@ -4,8 +4,8 @@
 
 .PATH:	${SVNDIR}/svnversion
 
-PROG=	svnversion
-NO_MAN=	svn.1version
+PROG=	bsdsvnversion
+NO_MAN=	svnversion.1
 
 SRCS=	main.c
 
    
    
More information about the p4-projects
mailing list