[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] add export command to the windows project files

From: Chris Foote <Chris.Foote_at_xtra.co.nz>
Date: 2002-06-15 23:34:52 CEST

I just tried to build the 2227(HEAD) revision and found that the export files had not been added to the windows
project files. So heres a patch for it.

-- 
Chris
Log:
* subversion/libsvn_client/libsvn_client.dsp
  Add export.c and svn_client.h to the project.
* subversion/clients/cmdline/subversion_client.dsp
  Add export-cmd.c to the project
Index: ./subversion/libsvn_client/libsvn_client.dsp
===================================================================
--- ./subversion/libsvn_client/libsvn_client.dsp
+++ ./subversion/libsvn_client/libsvn_client.dsp Sat Jun 15 22:03:36 2002
@@ -131,6 +131,10 @@
# End Source File
# Begin Source File
+SOURCE=.\export.c
+# End Source File
+# Begin Source File
+
SOURCE=.\externals.c
# End Source File
# Begin Source File
@@ -180,6 +184,10 @@
# Begin Source File
SOURCE=.\client.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\include\svn_client.h
# End Source File
# End Group
# End Target
Index: ./subversion/clients/cmdline/subversion_client.dsp
===================================================================
--- ./subversion/clients/cmdline/subversion_client.dsp
+++ ./subversion/clients/cmdline/subversion_client.dsp Sat Jun 15 22:03:36 2002
@@ -118,6 +118,10 @@
# End Source File
# Begin Source File
+SOURCE=".\export-cmd.c"
+# End Source File
+# Begin Source File
+
SOURCE=.\feedback.c
# End Source File
# Begin Source File
Received on Sat Jun 15 23:35:55 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.