Alien-SVN

 view release on metacpan or  search on metacpan

src/subversion/build/config.guess  view on Meta::CPAN

# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that
# program.  This Exception is an additional permission under section 7
# of the GNU General Public License, version 3 ("GPLv3").
#
# Originally written by Per Bothner.
#

src/subversion/build/config.sub  view on Meta::CPAN

# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that
# program.  This Exception is an additional permission under section 7
# of the GNU General Public License, version 3 ("GPLv3").


# Please send patches with a ChangeLog entry to config-patches@gnu.org.

src/subversion/build/generator/templates/serf.vcproj.ezt  view on Meta::CPAN

-->
[end]<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
    ProjectType="Visual C++"
    Version="[version]"
    Name="serf"
    ProjectGUID="[project_guid]"
    Keyword="MakeFileProj">
    <Platforms>
[for platforms]		<Platform
			Name="[platforms]"/>
[end]	</Platforms>
    <Configurations>
[for platforms]        <Configuration
            Name="Debug|[platforms]"
            OutputDirectory="Debug"
            BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
            IntermediateDirectory="Debug"
            ConfigurationType="0"
            ManagedExtensions="1"
            UseOfMFC="0"
            ATLMinimizesCRunTimeLibraryUsage="FALSE">
            <Tool
                Name="VCNMakeTool"
                BuildCommandLine="nmake /s /nologo /f serf.mak ALL DEBUG_BUILD=1 APR_SRC=[apr_path] APRUTIL_SRC=[apr_util_path] [apr_static] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path] [openssl_static][...
                ReBuildCommandLine="nmake /s /nologo /f serf.mak CLEAN ALL DEBUG_BUILD=1 APR_SRC=[apr_path] APRUTIL_SRC=[apr_util_path] [apr_static] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path] [openssl_...
                CleanCommandLine="nmake /s /nologo /f serf.mak CLEAN DEBUG_BUILD=1 APR_SRC=[apr_path] APRUTIL_SRC=[apr_util_path] [apr_static] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path] [openssl_static...
                Output="$(OutDir)\[serf_lib]"/>
        </Configuration>
        <Configuration
            Name="Release|[platforms]"
            OutputDirectory="Release"
            BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
            IntermediateDirectory="Release"
            ConfigurationType="0"
            ManagedExtensions="1"
            UseOfMFC="0"
            ATLMinimizesCRunTimeLibraryUsage="FALSE">
            <Tool
                Name="VCNMakeTool"
                BuildCommandLine="nmake /s /nologo /f serf.mak ALL APR_SRC=[apr_path] APRUTIL_SRC=[apr_util_path] [apr_static] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path] [openssl_static][end]"
                ReBuildCommandLine="nmake /s /nologo /f serf.mak CLEAN ALL APR_SRC=[apr_path] APRUTIL_SRC=[apr_util_path] [apr_static] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path] [openssl_static][end]"
                CleanCommandLine="nmake /s /nologo /f serf.mak CLEAN APR_SRC=[apr_path] APRUTIL_SRC=[apr_util_path] [apr_static] [if-any zlib_path]ZLIB_SRC=[zlib_path][end] [if-any openssl_path]OPENSSL_SRC=[openssl_path] [openssl_static][end]"
                Output="$(OutDir)\[serf_lib]"/>
        </Configuration>
[end]    </Configurations>
    <Files>
        <Filter
            Name="Source Files"
            Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
            [for serf_sources]<File
                RelativePath="[serf_sources]">
            </File>
            [end]

src/subversion/build/generator/templates/serf.vcxproj.ezt  view on Meta::CPAN

[for configs][for platforms]    <ProjectConfiguration Include="[configs]|[platforms]">
      <Configuration>[configs]</Configuration>
      <Platform>[platforms]</Platform>
    </ProjectConfiguration>
[end][end]  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectName>serf</ProjectName>
    <ProjectGuid>[project_guid]</ProjectGuid>
    <Keyword>MakeFileProj</Keyword>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
[for platforms][for configs]  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'" Label="Configuration">
    <ConfigurationType>Makefile</ConfigurationType>
    <UseDebugLibraries>[is configs "Debug"]true[else]false[end]</UseDebugLibraries>
    <PlatformToolset>[toolset_version]</PlatformToolset>
  </PropertyGroup>
[end][end]  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
[for platforms][for configs]  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  </ImportGroup>
[end][end]  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
[for configs][for platforms]    <OutDir Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">[configs]</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">[configs]</IntDir>
    <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">"$(VCInstallDir)bin\nmake.exe" /s /nologo /f serf.mak ALL [is configs "Debug"]DEBUG_BUILD=1 [end]APR_SRC=[apr_path] APRUTIL_SRC=[apr_util_path] [apr_static...
    <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">"$(VCInstallDir)bin\nmake.exe" /s /nologo /f serf.mak CLEAN ALL [is configs "Debug"]DEBUG_BUILD=1 [end]APR_SRC=[apr_path] APRUTIL_SRC=[apr_util_path] [ap...
    <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">"$(VCInstallDir)bin\nmake.exe" /s /nologo /f serf.mak CLEAN [is configs "Debug"]DEBUG_BUILD=1 [end]APR_SRC=[apr_path] APRUTIL_SRC=[apr_util_path] [apr_stat...
    <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">$(OutDir)\[serf_lib]</NMakeOutput>
[end][end]  </PropertyGroup>
  <ItemDefinitionGroup>
  </ItemDefinitionGroup>
  <ItemGroup>
[for serf_sources]    <ClCompile Include="[serf_sources]" />
[end]  </ItemGroup>
  <ItemGroup>
[for serf_headers]    <ClInclude Include="[serf_headers]" />
[end]  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>

src/subversion/build/generator/templates/svn_config.vcproj.ezt  view on Meta::CPAN

-->
[end]<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="[version]"
	Name="__CONFIG__"
	ProjectGUID="[project_guid]"
	Keyword="MakeFileProj">
	<Platforms>
[for platforms]		<Platform
			Name="[platforms]"/>
[end]	</Platforms>
	<Configurations>
[for platforms][for configs]		<Configuration
			Name="[configs]|[platforms]"
			OutputDirectory="."
			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
			IntermediateDirectory="..\..\..\[configs]"
			ConfigurationType="10"
			UseOfMFC="0"
			DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;$(TargetPath)"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCMIDLTool"
				TypeLibraryName="./svn_config.tlb"
				HeaderFileName=""/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
		</Configuration>
[end][end]
	</Configurations>
	<Files>
		<File
			RelativePath="$(IntDir)\svn_private_config.h">
[for platforms][for configs]			<FileConfiguration
				Name="[configs]|[platforms]"
				ExcludedFromBuild="TRUE">
				<Tool
					Name="VCCustomBuildTool"/>
			</FileConfiguration>
[end][end]		</File>
		<File
			RelativePath="..\..\..\subversion\svn_private_config.hw">
[for platforms][for configs]			<FileConfiguration
				Name="[configs]|[platforms]">
				<Tool
					Name="VCCustomBuildTool"
					Description="Creating svn_private_config.h from svn_private_config.hw."
					CommandLine="&quot;[svn_python]&quot; &quot;$(SolutionDir)\build\transform_config_hw.py&quot; [platforms] &quot;$(InputPath)&quot; &quot;$(IntDir)\svn_private_config.h&quot;"
					Outputs="$(IntDir)\svn_private_config.h"/>
			</FileConfiguration>
[end][end]		</File>
[for sql]		<File
			RelativePath="$(SolutionDir)\[sql.header]">
[for platforms][for configs]			<FileConfiguration
				Name="[configs]|[platforms]"
				ExcludedFromBuild="TRUE">
				<Tool
					Name="VCCustomBuildTool"/>
			</FileConfiguration>
[end][end]		</File>
		<File
			RelativePath="../../../[sql.source]">
[for platforms][for configs]			<FileConfiguration
				Name="[configs]|[platforms]">
				<Tool
					Name="VCCustomBuildTool"
					Description="Generating [sql.header]"
					CommandLine="&quot;[svn_python]&quot; &quot;$(SolutionDir)\build\transform_sql.py&quot; &quot;$(InputPath)&quot; &quot;$(SolutionDir)\[sql.header]&quot;"
					AdditionalDependencies="[for sql.dependencies]$(SolutionDir)\[sql.dependencies];[end]"
					Outputs="$(SolutionDir)\[sql.header]"
				/>
			</FileConfiguration>
[end][end]		</File>
[end]
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

src/subversion/build/generator/templates/svn_config.vcxproj.ezt  view on Meta::CPAN

[for configs][for platforms]    <ProjectConfiguration Include="[configs]|[platforms]">
      <Configuration>[configs]</Configuration>
      <Platform>[platforms]</Platform>
    </ProjectConfiguration>
[end][end]  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectName>svn_config</ProjectName>
    <ProjectGuid>[project_guid]</ProjectGuid>
    <Keyword>MakeFileProj</Keyword>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
[for platforms][for configs]  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'" Label="Configuration">
    <ConfigurationType>Utility</ConfigurationType>
    <UseDebugLibraries>[is configs "Debug"]true[else]false[end]</UseDebugLibraries>
    <PlatformToolset>[toolset_version]</PlatformToolset>
    <CLRSupport>false</CLRSupport>
  </PropertyGroup>
[end][end]  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
[for platforms][for configs]  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  </ImportGroup>
[end][end]  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
[for configs][for platforms]    <OutDir Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">.\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">$(SolutionDir)\$(Configuration)\</IntDir>
[end][end]  </PropertyGroup>
  <ItemGroup>
    <CustomBuild Include="$(IntDir)svn_private_config.h">
[for configs][for platforms]      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">true</ExcludedFromBuild>
[end][end]    </CustomBuild>
  </ItemGroup>
  <ItemGroup>

src/subversion/build/generator/templates/svn_config.vcxproj.ezt  view on Meta::CPAN

    <CustomBuild Include="$(SolutionDir)\[sql.source]">
      <FileType>Document</FileType>
[for configs][for platforms]      <Message Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">Generating [sql.header].</Message>
      <Command Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">"[svn_python]" "$(SolutionDir)\build\transform_sql.py" "%(FullPath)" "$(SolutionDir)\[sql.header]"</Command>
      <Outputs Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">$(SolutionDir)\[sql.header];%(Outputs)</Outputs>
      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">[for sql.dependencies]$(SolutionDir)\[sql.dependencies];[end]%(AdditionalInputs)</AdditionalInputs>
[end][end]
    </CustomBuild>
[end]  </ItemGroup>
  <ItemGroup>
[for sql][for sql.dependencies]    <None Include="$(SolutionDir)\[sql.dependencies]" />
[end][end]  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>

src/subversion/build/generator/templates/svn_locale.vcproj.ezt  view on Meta::CPAN

-->
[end]<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="[version]"
	Name="locale"
	ProjectGUID="[project_guid]"
	Keyword="MakeFileProj">
	<Platforms>
[for platforms]		<Platform
			Name="[platforms]"/>
[end]	</Platforms>
	<Configurations>
[for platforms][for configs]		<Configuration
			Name="[configs]|[platforms]"
			OutputDirectory="..\..\..\[configs]\mo"
			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
			IntermediateDirectory="..\..\..\[configs]\mo"
			ConfigurationType="0"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="cmd /c build_locale.bat [configs]"
				ReBuildCommandLine="cmd /c build_locale.bat [configs]"
				CleanCommandLine="cmd /c del $(OutDir)\*.mo"
			/>
		</Configuration>
[end][end]	</Configurations>
	<Files>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

src/subversion/build/generator/templates/svn_locale.vcxproj.ezt  view on Meta::CPAN

[for configs][for platforms]    <ProjectConfiguration Include="[configs]|[platforms]">
      <Configuration>[configs]</Configuration>
      <Platform>[platforms]</Platform>
    </ProjectConfiguration>
[end][end]  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectName>locale</ProjectName>
    <ProjectGuid>[project_guid]</ProjectGuid>
    <Keyword>MakeFileProj</Keyword>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
[for platforms][for configs]  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'" Label="Configuration">
    <ConfigurationType>Makefile</ConfigurationType>
    <CLRSupport>false</CLRSupport>
    <PlatformToolset>[toolset_version]</PlatformToolset>
  </PropertyGroup>
[end][end]  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
[for platforms][for configs]  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  </ImportGroup>
[end][end]  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
[for configs][for platforms]    <OutDir Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">..\..\..\[configs]\mo\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">..\..\..\[configs]\mo\</IntDir>
    <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">cmd /c build_locale.bat [configs]</NMakeBuildCommandLine>
    <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">cmd /c build_locale.bat [configs]</NMakeReBuildCommandLine>
    <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">cmd /c del $(OutDir)*.mo</NMakeCleanCommandLine>
[end][end]  </PropertyGroup>
  <ItemGroup>
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>

src/subversion/build/generator/templates/vcnet_vcproj.ezt  view on Meta::CPAN

     under the License.
-->
]<?xml version="1.0" encoding = "Windows-1252"?>
[format "xml"]<VisualStudioProject
	ProjectType="Visual C++"
	Version="[version]"
	Name="[target.proj_name]"
	ProjectGUID="[project_guid]">
	<Platforms>
[for platforms]		<Platform
			Name="[platforms]"/>
[end]	</Platforms>
	<Configurations>
[for platforms][for configs]		<Configuration
			Name="[configs.name]|[platforms]"
			OutputDirectory="..\..\..\[configs.name]\[target.output_dir]"
			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
			IntermediateDirectory="..\..\..\[configs.name]\[target.intermediate_dir]\[target.proj_name]"
			ConfigurationType="[target_type]"[is configs.name "Release"]
			WholeProgramOptimization="FALSE"[end]>
			<Tool

src/subversion/build/generator/templates/vcnet_vcproj.ezt  view on Meta::CPAN

				BufferSecurityCheck="FALSE"
[end]				WarningLevel="4"
				DisableSpecificWarnings="4100;4127;4206;4701;4706"
				Detect64BitPortabilityProblems="FALSE"
				AdditionalOptions="
				/we4002 /we4003 /we4013 /we4020 /we4022 /we4024 /we4028 /we4029 /we4030 /we4031 /we4033 /we4047 /we4089 /we4113 /we4115 /we4204 /we4715"
				DebugInformationFormat="3"
				ProgramDataBaseFileName="$(IntDir)\[target.output_pdb]"
				CompileAsManaged="0"
				CompileAs="0"[if-any is_exe][is configs.name "Release"]
				OptimizeForWindowsApplication="TRUE"[end][end]/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
[is target_type "1"][if-any instrument_purify_quantify]				AdditionalOptions="/fixed:no"[end][end]
				AdditionalDependencies="[for configs.libs][configs.libs] [end]"
[is target_type "4"][else]				OutputFile="$(OutDir)\[target.output_name]"
[end][is configs.name "Debug"]				LinkIncremental="2"
[else]				LinkIncremental="1"
[end]				AdditionalLibraryDirectories="..\..\..\db4-win32\lib;[for configs.libdirs][configs.libdirs];[end]"
				TargetMachine="[is platforms "Win32"]1[end][is platforms "x64"]17[end]"
				IgnoreDefaultLibraryNames="libc.lib[is configs.name "debug"];msvcrt.lib[end]"
[if-any def_file]				ModuleDefinitionFile="[def_file]"
[end]				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"[is configs.name "Debug"]
				OptimizeReferences="0"[else]
				OptimizeReferences="2"
				EnableCOMDATFolding="2"[end][is target_type "2"]
				ImportLibrary="$(OutDir)\$(TargetName).lib"[end]
[is target_type "1"]				Subsystem="1"[end]/>
[is target_type "4"]
			<Tool
				Name="VCLibrarianTool"
				AdditionalOptions="[is platforms "win32"]/MACHINE:X86[end][is platforms "x64"]/MACHINE:X64[end]"
				OutputFile="$(OutDir)\[target.output_name]"[is configs.name "debug"]
				IgnoreDefaultLibraryNames="msvcrt.lib"[end]/>
[end]			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
[end][end]	</Configurations>
	<Files>[if-any target.desc]
		<File
			RelativePath="..\svn.rc">[for platforms][for configs]
			<FileConfiguration
				Name="[configs.name]|[platforms]">
				<Tool
					Name="VCResourceCompilerTool"
					AdditionalIncludeDirectories="[for includes][includes][if-index includes last][else];[end][end]"
					PreprocessorDefinitions="SVN_FILE_NAME=[target.output_name];SVN_FILE_DESCRIPTION=[target.desc];[is configs.name "Debug"]_DEBUG[else]NDEBUG[end]"/>
			</FileConfiguration>[end][end]
		</File>[end]
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
[for sources][is sources.extension ".h"][else]		<File
			RelativePath="[sources.path]">
[if-any sources.custom_build][for platforms][for configs]
			<FileConfiguration
				Name="[configs.name]|[platforms]">
				<Tool
					Name="VCCustomBuildTool"
					CommandLine="[sources.custom_build]"
[if-any sources.custom_desc]					Description="[sources.custom_desc]"
[end]					AdditionalDependencies="[for sources.user_deps]&quot;[sources.user_deps]&quot;;[end]"
					Outputs="&quot;[sources.custom_target]&quot;"/>
			</FileConfiguration>
[end][end][end]
[if-any sources.reldir][for platforms][for configs]
			<FileConfiguration
				Name="[configs.name]|[platforms]">
				<Tool
					Name="VCCLCompilerTool"
					ObjectFile="$(IntDir)/[sources.reldir]/"
					ProgramDataBaseFileName="$(IntDir)/[sources.reldir]/[target.proj_name]-[sources.reldir].pdb"/>
			</FileConfiguration>
[end][end][end]
		</File>
[end][end]
[is target_type "2"]		<File RelativePath="..\empty.c"/>[end]
        </Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl">
[for sources][is sources.extension ".h"]
		<File
			RelativePath="[sources.path]" />
[end][end]
        </Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>
[end]

src/subversion/build/generator/templates/vcnet_vcxproj.ezt  view on Meta::CPAN

<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
[for configs][for platforms]    <ProjectConfiguration Include="[configs.name]|[platforms]">
      <Configuration>[configs.name]</Configuration>
      <Platform>[platforms]</Platform>
    </ProjectConfiguration>
[end][end]  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>[project_guid]</ProjectGuid>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
[for platforms][for configs]  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='[configs.name]|[platforms]'" Label="Configuration">
    <ConfigurationType>[config_type]</ConfigurationType>
    <UseDebugLibraries>[is configs.name "Debug"]true[else]false[end]</UseDebugLibraries>
[is configs.name "Release"]    <WholeProgramOptimization>true</WholeProgramOptimization>
[end]    <PlatformToolset>[toolset_version]</PlatformToolset>
  </PropertyGroup>
[end][end]  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
[for platforms][for configs]  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='[configs.name]|[platforms]'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  </ImportGroup>
[end][end]  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
[for configs][for platforms]    <OutDir Condition="'$(Configuration)|$(Platform)'=='[configs.name]|[platforms]'">$(SolutionDir)[configs.name]\[target.output_dir]\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='[configs.name]|[platforms]'">$(SolutionDir)[configs.name]\obj\[target.intermediate_dir]\[target.proj_name]\</IntDir>
    <TargetName Condition="'$(Configuration)|$(Platform)'=='[configs.name]|[platforms]'">[target.output_name_without_ext]</TargetName>
[is config_type "DynamicLibrary"][is target.output_ext ".dll"][else]    <TargetExt>[target.output_ext]</TargetExt>
[end][end][end][end]  </PropertyGroup>
[for configs][for platforms]  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='[configs.name]|[platforms]'">
    <ClCompile>
[is configs.name "Debug"]      <Optimization>Disabled</Optimization>
[else]      <Optimization>Full</Optimization>

src/subversion/build/generator/templates/vcnet_vcxproj.ezt  view on Meta::CPAN

[end][end]    </ResourceCompile>
  </ItemGroup>
[end]  <ItemGroup>
[for sources][is sources.extension ".h"][else][if-any sources.custom_build]    <CustomBuild Include="[sources.path]">
      <FileType>Document</FileType>
[for configs][for platforms]      <Command Condition="'$(Configuration)|$(Platform)'=='[configs.name]|[platforms]'">[sources.custom_build]</Command>
      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='[configs.name]|[platforms]'">[for sources.user_deps][sources.user_deps];[end]%(AdditionalInputs)</AdditionalInputs>
      <Outputs Condition="'$(Configuration)|$(Platform)'=='[configs.name]|[platforms]'">[sources.custom_target];%(Outputs)</Outputs>
[if-any sources.custom_desc]<Message Condition="'$(Configuration)|$(Platform)'=='[configs.name]|[platforms]'">[sources.custom_desc]</Message>
[end][end][end]    </CustomBuild>
[else][is sources.extension ".c"]    <ClCompile Include="[sources.path]" />
[else][is sources.extension ".cpp"]    <ClCompile Include="[sources.path]" />
[else]    <None Include="[sources.path]" />
[end][end][end][end][end]  </ItemGroup>
  <ItemGroup>
[for sources][is sources.extension ".h"]    <ClInclude Include="[sources.path]" />
[end][end]  </ItemGroup>
  <ItemGroup>
[for depends]    <ProjectReference Include="[depends.path]">
      <Project>[depends.guid]</Project>
    </ProjectReference>
[end]  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>
[end]

src/subversion/build/generator/templates/zlib.vcproj.ezt  view on Meta::CPAN

-->
[end]<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="[version]"
	Name="zlib"
	ProjectGUID="[project_guid]"
	Keyword="MakeFileProj">
	<Platforms>
[for platforms]		<Platform
			Name="[platforms]"/>
[end]	</Platforms>
	<Configurations>
[for platforms]		<Configuration
			Name="Debug|[platforms]"
			OutputDirectory="[zlib_path]\Debug"
			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
			IntermediateDirectory="[zlib_path]\Debug"
			ConfigurationType="0"
			ManagedExtensions="1"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="cmd /c build_zlib.bat debug [platforms]"
				ReBuildCommandLine="cmd /c build_zlib.bat debug [platforms] rebuild"
				CleanCommandLine="cmd /c build_zlib.bat debug [platforms] clean"
				Output="[zlib_path]\zlibstatD.lib"/>
		</Configuration>
		<Configuration
			Name="Release|[platforms]"
			OutputDirectory="[zlib_path]\Release"
			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
			IntermediateDirectory="[zlib_path]\Release"
			ConfigurationType="0"
			ManagedExtensions="1"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="cmd /c build_zlib.bat release [platforms]"
				ReBuildCommandLine="cmd /c build_zlib.bat release [platforms] rebuild"
				CleanCommandLine="cmd /c build_zlib.bat release [platforms] clean"
				Output="[zlib_path]\zlibstat.lib"/>
		</Configuration>
[end]	</Configurations>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
			[for zlib_sources]<File
				RelativePath="[zlib_sources]">
			</File>
[end]

src/subversion/build/generator/templates/zlib.vcxproj.ezt  view on Meta::CPAN

  <ItemGroup Label="ProjectConfigurations">
[for configs][for platforms]    <ProjectConfiguration Include="[configs]|[platforms]">
      <Configuration>[configs]</Configuration>
      <Platform>[platforms]</Platform>
    </ProjectConfiguration>
[end][end]  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>[project_guid]</ProjectGuid>
    <Keyword>MakeFileProj</Keyword>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
[for platforms][for configs]  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'" Label="Configuration">
    <ConfigurationType>Makefile</ConfigurationType>
    <UseDebugLibraries>[is configs "Debug"]true[else]false[end]</UseDebugLibraries>
    <PlatformToolset>[toolset_version]</PlatformToolset>
  </PropertyGroup>
[end][end]  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
[for platforms][for configs]  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  </ImportGroup>
[end][end]  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
[for configs][for platforms]    <OutDir Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">.\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">.\</IntDir>
    <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">cmd /c "$(ProjectDir)build_zlib.bat" [configs] [platforms]</NMakeBuildCommandLine>
    <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">cmd /c "$(ProjectDir)build_zlib.bat" [configs] [platforms] rebuild</NMakeReBuildCommandLine>
    <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">cmd /c "$(ProjectDir)build_zlib.bat" [configs] [platforms] clean</NMakeCleanCommandLine>
    <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='[configs]|[platforms]'">[zlib_path]\[is configs "Release"]zlibstat.lib[else]zlibstatD.lib[end]</NMakeOutput>
[end][end]  </PropertyGroup>
  <ItemDefinitionGroup>
  </ItemDefinitionGroup>
  <ItemGroup>
[for zlib_sources]    <ClCompile Include="[zlib_sources]" />
[end]  </ItemGroup>
  <ItemGroup>
[for zlib_headers]    <ClInclude Include="[zlib_headers]" />
[end]  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>

src/subversion/build/hudson/jobs/subversion-1.6.x-solaris/config.xml  view on Meta::CPAN

      http://www.apache.org/licenses/LICENSE-2.0
   
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
--> 
<project>
  <actions /> 
  <description>Build Subversion from 1.6.x branch on Solaris10 system</description> 
  <logRotator>
    <daysToKeep>-1</daysToKeep> 
    <numToKeep>40</numToKeep> 
    <artifactDaysToKeep>-1</artifactDaysToKeep> 
    <artifactNumToKeep>-1</artifactNumToKeep> 
  </logRotator>
  <keepDependencies>false</keepDependencies> 
  <properties>
    <hudson.plugins.descriptionsetter.JobByDescription /> 
    <hudson.plugins.disk__usage.DiskUsageProperty /> 
    <hudson.plugins.jira.JiraProjectProperty>
      <siteName>https://issues.apache.org/jira/</siteName> 
    </hudson.plugins.jira.JiraProjectProperty>
  </properties>
  <scm class="hudson.scm.SubversionSCM">
    <locations>
      <hudson.scm.SubversionSCM_-ModuleLocation>
        <remote>https://svn.apache.org/repos/asf/subversion/branches/1.6.x</remote> 
        <local>subversion-1.6.x</local> 
      </hudson.scm.SubversionSCM_-ModuleLocation>
    </locations>
    <useUpdate>false</useUpdate> 
    <doRevert>false</doRevert> 
    <browser class="hudson.scm.browsers.ViewSVN">
      <url>http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN</url> 
    </browser>
    <excludedRegions /> 
    <includedRegions /> 
    <excludedUsers /> 
    <excludedRevprop /> 
    <excludedCommitMessages /> 
  </scm>
  <assignedNode>hudson-solaris (Solaris)</assignedNode> 
  <canRoam>false</canRoam> 
  <disabled>false</disabled> 
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> 
  <jdk>(Default)</jdk> 
  <triggers class="vector">
    <hudson.triggers.SCMTrigger>
      <spec>0 * * * *</spec> 
    </hudson.triggers.SCMTrigger>

src/subversion/build/hudson/jobs/subversion-1.6.x-solaris/config.xml  view on Meta::CPAN

	  --log-file=./tests.log 
	  --output-dir=build/junit-reports 
	exit 
	$ret
      </command> 
    </hudson.tasks.Shell>
  </builders>
  <publishers>
    <hudson.tasks.junit.JUnitResultArchiver>
      <testResults>subversion-1.6.x/build/junit-reports/*</testResults> 
      <testDataPublishers /> 
    </hudson.tasks.junit.JUnitResultArchiver>
    <hudson.tasks.Mailer>
      <recipients>notifications@subversion.apache.org</recipients> 
      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild> 
      <sendToIndividuals>false</sendToIndividuals> 
    </hudson.tasks.Mailer>
  </publishers>
  <buildWrappers /> 
</project>

src/subversion/build/hudson/jobs/subversion-1.6.x-ubuntu/config.xml  view on Meta::CPAN

      http://www.apache.org/licenses/LICENSE-2.0
   
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
-->
<project>
  <actions /> 
  <description>Build Subversion from 1.6.x branch on Ubuntu system</description> 
  <logRotator>
    <daysToKeep>-1</daysToKeep> 
    <numToKeep>40</numToKeep> 
    <artifactDaysToKeep>-1</artifactDaysToKeep> 
    <artifactNumToKeep>-1</artifactNumToKeep> 
  </logRotator>
  <keepDependencies>false</keepDependencies> 
  <properties>
    <hudson.plugins.descriptionsetter.JobByDescription /> 
    <hudson.plugins.disk__usage.DiskUsageProperty /> 
    <hudson.plugins.jira.JiraProjectProperty>
      <siteName>https://issues.apache.org/jira/</siteName> 
    </hudson.plugins.jira.JiraProjectProperty>
  </properties>
  <scm class="hudson.scm.SubversionSCM">
    <locations>
      <hudson.scm.SubversionSCM_-ModuleLocation>
        <remote>https://svn.apache.org/repos/asf/subversion/branches/1.6.x</remote> 
        <local>subversion-1.6.x</local> 
      </hudson.scm.SubversionSCM_-ModuleLocation>
    </locations>
    <useUpdate>false</useUpdate> 
    <doRevert>false</doRevert> 
    <browser class="hudson.scm.browsers.ViewSVN">
      <url>http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN</url> 
    </browser>
    <excludedRegions /> 
    <includedRegions /> 
    <excludedUsers /> 
    <excludedRevprop /> 
    <excludedCommitMessages /> 
  </scm>
  <assignedNode>minerva.apache.org (Ubuntu)</assignedNode> 
  <canRoam>false</canRoam> 
  <disabled>false</disabled> 
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> 
  <jdk>(Default)</jdk> 
  <triggers class="vector">
    <hudson.triggers.SCMTrigger>
      <spec>0 * * * *</spec> 
    </hudson.triggers.SCMTrigger>

src/subversion/build/hudson/jobs/subversion-1.6.x-ubuntu/config.xml  view on Meta::CPAN

          --log-file=./tests.log 
          --output-dir=build/junit-reports 
        exit 
        $ret
      </command> 
    </hudson.tasks.Shell>
  </builders>
  <publishers>
    <hudson.tasks.junit.JUnitResultArchiver>
      <testResults>subversion-1.6.x/build/junit-reports/*</testResults> 
      <testDataPublishers /> 
    </hudson.tasks.junit.JUnitResultArchiver>
    <hudson.tasks.Mailer>
      <recipients>notifications@subversion.apache.org</recipients> 
      <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild> 
      <sendToIndividuals>false</sendToIndividuals> 
    </hudson.tasks.Mailer>
  </publishers>
  <buildWrappers /> 
</project>

src/subversion/build/hudson/jobs/subversion-doxygen/config.xml  view on Meta::CPAN

      http://www.apache.org/licenses/LICENSE-2.0
   
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
--> 
<project>
  <actions /> 
  <description>Build Subversion doxygen doc from "trunk" branch</description> 
  <logRotator>
    <daysToKeep>-1</daysToKeep> 
    <numToKeep>40</numToKeep> 
    <artifactDaysToKeep>-1</artifactDaysToKeep> 
    <artifactNumToKeep>-1</artifactNumToKeep> 
  </logRotator>
  <keepDependencies>false</keepDependencies> 
  <properties>
    <hudson.plugins.descriptionsetter.JobByDescription /> 
    <hudson.plugins.disk__usage.DiskUsageProperty /> 
    <hudson.plugins.jira.JiraProjectProperty>
      <siteName>https://issues.apache.org/jira/</siteName> 
    </hudson.plugins.jira.JiraProjectProperty>
  </properties>
  <scm class="hudson.scm.SubversionSCM">
    <locations>
      <hudson.scm.SubversionSCM_-ModuleLocation>
      <remote>https://svn.apache.org/repos/asf/subversion/trunk</remote> 
      <local>subversion-trunk</local> 
    </hudson.scm.SubversionSCM_-ModuleLocation>
    </locations>
    <useUpdate>false</useUpdate> 
    <doRevert>false</doRevert> 
    <browser class="hudson.scm.browsers.ViewSVN">
      <url>http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN</url> 
    </browser>
    <excludedRegions /> 
    <includedRegions /> 
    <excludedUsers /> 
    <excludedRevprop /> 
    <excludedCommitMessages /> 
  </scm>
  <assignedNode>minerva.apache.org (Ubuntu)</assignedNode> 
  <canRoam>false</canRoam> 
  <disabled>false</disabled> 
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> 
  <jdk>(Default)</jdk> 
  <triggers class="vector">
    <hudson.triggers.SCMTrigger>
    <spec>0 23 * * *</spec> 
    </hudson.triggers.SCMTrigger>

src/subversion/build/hudson/jobs/subversion-doxygen/config.xml  view on Meta::CPAN

    <hudson.tasks.JavadocArchiver>
      <javadocDir>subversion-trunk/doc/doxygen/html</javadocDir> 
      <keepAll>false</keepAll> 
    </hudson.tasks.JavadocArchiver>
    <hudson.tasks.Mailer>
      <recipients>notifications@subversion.apache.org</recipients> 
      <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild> 
      <sendToIndividuals>false</sendToIndividuals> 
    </hudson.tasks.Mailer>
  </publishers>
  <buildWrappers /> 
</project>

src/subversion/build/hudson/jobs/subversion-javadoc/config.xml  view on Meta::CPAN

      http://www.apache.org/licenses/LICENSE-2.0
   
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
--> 
<project>
  <actions /> 
  <description>Build Subversion javadoc from "trunk" branch</description> 
  <logRotator>
    <daysToKeep>-1</daysToKeep> 
    <numToKeep>40</numToKeep> 
    <artifactDaysToKeep>-1</artifactDaysToKeep> 
    <artifactNumToKeep>-1</artifactNumToKeep> 
  </logRotator>
  <keepDependencies>false</keepDependencies> 
  <properties>
    <hudson.plugins.descriptionsetter.JobByDescription /> 
    <hudson.plugins.disk__usage.DiskUsageProperty /> 
    <hudson.plugins.jira.JiraProjectProperty>
      <siteName>https://issues.apache.org/jira/</siteName> 
    </hudson.plugins.jira.JiraProjectProperty>
  </properties>
  <scm class="hudson.scm.SubversionSCM">
    <locations>
      <hudson.scm.SubversionSCM_-ModuleLocation>
        <remote>https://svn.apache.org/repos/asf/subversion/trunk</remote> 
        <local>subversion-trunk</local> 
      </hudson.scm.SubversionSCM_-ModuleLocation>
    </locations>
    <useUpdate>false</useUpdate> 
    <doRevert>false</doRevert> 
    <browser class="hudson.scm.browsers.ViewSVN">
      <url>http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN</url> 
    </browser>
    <excludedRegions /> 
    <includedRegions /> 
    <excludedUsers /> 
    <excludedRevprop /> 
    <excludedCommitMessages /> 
  </scm>
  <assignedNode>minerva.apache.org (Ubuntu)</assignedNode> 
  <canRoam>false</canRoam> 
  <disabled>false</disabled> 
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> 
  <jdk>(Default)</jdk> 
  <triggers class="vector">
    <hudson.triggers.SCMTrigger>
      <spec>0 23 * * *</spec> 
    </hudson.triggers.SCMTrigger>

src/subversion/build/hudson/jobs/subversion-javadoc/config.xml  view on Meta::CPAN

    <hudson.tasks.JavadocArchiver>
      <javadocDir>subversion-trunk/doc/javadoc/</javadocDir> 
      <keepAll>false</keepAll> 
    </hudson.tasks.JavadocArchiver>
    <hudson.tasks.Mailer>
      <recipients>notifications@subversion.apache.org</recipients> 
      <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild> 
      <sendToIndividuals>false</sendToIndividuals> 
    </hudson.tasks.Mailer>
  </publishers>
  <buildWrappers /> 
</project>

src/subversion/build/hudson/jobs/subversion-trunk-solaris/config.xml  view on Meta::CPAN

      http://www.apache.org/licenses/LICENSE-2.0
   
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
-->
<project>
  <actions /> 
  <description>Build Subversion from "trunk" branch on Solaris10 system</description> 
  <logRotator>
    <daysToKeep>-1</daysToKeep> 
    <numToKeep>40</numToKeep> 
    <artifactDaysToKeep>-1</artifactDaysToKeep> 
    <artifactNumToKeep>-1</artifactNumToKeep> 
  </logRotator>
  <keepDependencies>false</keepDependencies> 
  <properties>
    <hudson.plugins.descriptionsetter.JobByDescription /> 
    <hudson.plugins.disk__usage.DiskUsageProperty /> 
    <hudson.plugins.jira.JiraProjectProperty>
      <siteName>https://issues.apache.org/jira/</siteName> 
    </hudson.plugins.jira.JiraProjectProperty>
  </properties>
  <scm class="hudson.scm.SubversionSCM">
    <locations>
      <hudson.scm.SubversionSCM_-ModuleLocation>
        <remote>https://svn.apache.org/repos/asf/subversion/trunk</remote> 
        <local>subversion-trunk</local> 
      </hudson.scm.SubversionSCM_-ModuleLocation>
    </locations>
    <useUpdate>false</useUpdate> 
    <doRevert>false</doRevert> 
    <excludedRegions /> 
    <includedRegions /> 
    <excludedUsers /> 
    <excludedRevprop /> 
    <excludedCommitMessages /> 
  </scm>
  <assignedNode>hudson-solaris (Solaris)</assignedNode> 
  <canRoam>false</canRoam> 
  <disabled>false</disabled> 
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> 
  <jdk>(Default)</jdk> 
  <triggers class="vector">
    <hudson.triggers.SCMTrigger>
      <spec>30 * * * *</spec> 
    </hudson.triggers.SCMTrigger>

src/subversion/build/hudson/jobs/subversion-trunk-solaris/config.xml  view on Meta::CPAN

          --log-file=./tests.log 
          --output-dir=build/junit-reports 
        exit 
        $ret
      </command> 
    </hudson.tasks.Shell>
  </builders>
  <publishers>
    <hudson.tasks.junit.JUnitResultArchiver>
      <testResults>subversion-trunk/build/junit-reports/*</testResults> 
      <testDataPublishers /> 
    </hudson.tasks.junit.JUnitResultArchiver>
    <hudson.tasks.Mailer>
    <recipients>notifications@subversion.apache.org</recipients> 
    <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild> 
    <sendToIndividuals>false</sendToIndividuals> 
    </hudson.tasks.Mailer>
  </publishers>
  <buildWrappers /> 
</project>

src/subversion/build/hudson/jobs/subversion-trunk-ubuntu/config.xml  view on Meta::CPAN

      http://www.apache.org/licenses/LICENSE-2.0
   
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
-->
<project>
  <actions /> 
  <description>Build Subversion from "trunk" branch on Ubuntu system</description> 
  <logRotator>
    <daysToKeep>-1</daysToKeep> 
    <numToKeep>40</numToKeep> 
    <artifactDaysToKeep>-1</artifactDaysToKeep> 
    <artifactNumToKeep>-1</artifactNumToKeep> 
  </logRotator>
  <keepDependencies>false</keepDependencies> 
  <properties>
    <hudson.plugins.descriptionsetter.JobByDescription /> 
    <hudson.plugins.disk__usage.DiskUsageProperty /> 
    <hudson.plugins.jira.JiraProjectProperty>
      <siteName>https://issues.apache.org/jira/</siteName> 
    </hudson.plugins.jira.JiraProjectProperty>
  </properties>
  <scm class="hudson.scm.SubversionSCM">
    <locations>
      <hudson.scm.SubversionSCM_-ModuleLocation>
        <remote>https://svn.apache.org/repos/asf/subversion/trunk</remote> 
        <local>subversion-trunk</local> 
      </hudson.scm.SubversionSCM_-ModuleLocation>
    </locations>
    <useUpdate>false</useUpdate> 
    <doRevert>false</doRevert> 
    <browser class="hudson.scm.browsers.ViewSVN">
      <url>http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN</url> 
    </browser>
    <excludedRegions /> 
    <includedRegions /> 
    <excludedUsers /> 
    <excludedRevprop /> 
    <excludedCommitMessages /> 
  </scm>
  <assignedNode>minerva.apache.org (Ubuntu)</assignedNode> 
  <canRoam>false</canRoam> 
  <disabled>false</disabled> 
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> 
  <jdk>(Default)</jdk> 
  <triggers class="vector">
    <hudson.triggers.SCMTrigger>
      <spec>15 * * * *</spec> 
    </hudson.triggers.SCMTrigger>

src/subversion/build/hudson/jobs/subversion-trunk-ubuntu/config.xml  view on Meta::CPAN

        python tools/dev/gen_junit_report.py 
          --log-file=./tests.log 
          --output-dir=build/junit-reports 
        exit $ret
      </command> 
    </hudson.tasks.Shell>
  </builders>
  <publishers>
    <hudson.tasks.junit.JUnitResultArchiver>
      <testResults>subversion-trunk/build/junit-reports/*</testResults> 
      <testDataPublishers /> 
    </hudson.tasks.junit.JUnitResultArchiver>
    <hudson.tasks.Mailer>
    <recipients>notifications@subversion.apache.org</recipients> 
    <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild> 
    <sendToIndividuals>false</sendToIndividuals> 
    </hudson.tasks.Mailer>
  </publishers>
  <buildWrappers /> 
</project>

src/subversion/build/libtool.m4  view on Meta::CPAN

# distribute this file as part of a program or library that is built
# using GNU Libtool, you may include this file under the  same
# distribution terms that you use for the rest of that program.
#
# GNU Libtool is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
])

# serial 58 LT_INIT


# LT_PREREQ(VERSION)
# ------------------
# Complain and exit if this libtool version is less that VERSION.
m4_defun([LT_PREREQ],
[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,

src/subversion/build/ltmain.sh  view on Meta::CPAN

# if you distribute this file as part of a program or library that
# is built using GNU Libtool, you may include this file under the
# same distribution terms that you use for the rest of that program.
#
# GNU Libtool is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.


PROGRAM=libtool
PACKAGE=libtool
VERSION=2.4.3
package_revision=2.4.3


## ------ ##
## Usage. ##

src/subversion/build/ltmain.sh  view on Meta::CPAN

# this file as part of a program or library that is built using GNU Libtool,
# you may include this file under the same distribution terms that you use
# for the rest of that program.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# Please report bugs or propose patches to gary@gnu.org.


## ------ ##
## Usage. ##
## ------ ##

# Evaluate this file near the top of your script to gain access to
# the functions and variables defined here:

src/subversion/build/ltmain.sh  view on Meta::CPAN

# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

# Please report bugs or propose patches to gary@gnu.org.


## ------ ##
## Usage. ##
## ------ ##

# This file is a library for parsing options in your shell scripts along
# with assorted other useful supporting features that you can make use

src/subversion/build/ltmain.sh  view on Meta::CPAN

       host-triplet:   $host
       shell:          $SHELL
       compiler:       $LTCC
       compiler flags: $LTCFLAGS
       linker:         $LD (gnu? $with_gnu_ld)
       version:        $progname (GNU libtool) 2.4.3
       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`

Report bugs to <bug-libtool@gnu.org>.
GNU libtool home page: <http://www.gnu.org/software/libtool/>.
General help using GNU software: <http://www.gnu.org/gethelp/>."


# func_lo2o OBJECT-NAME
# ---------------------
# Transform OBJECT-NAME from a '.lo' suffix to the platform specific
# object suffix.

lo2o=s/\\.lo\$/.$objext/
o2lo=s/\\.$objext\$/.lo/

src/subversion/configure  view on Meta::CPAN

#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for subversion 1.8.11.
#
# Report bugs to <http://subversion.apache.org/>.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
#
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##

src/subversion/configure  view on Meta::CPAN

  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  CXX         C++ compiler command
  CXXFLAGS    C++ compiler flags
  CPP         C preprocessor
  CXXCPP      C++ preprocessor

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <http://subversion.apache.org/>.
_ACEOF
ac_status=$?
fi

if test "$ac_init_help" = "recursive"; then
  # If there are subdirs, report their specific --help.
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    test -d "$ac_dir" ||
      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
      continue

src/subversion/configure  view on Meta::CPAN


Configuration files:
$config_files

Configuration headers:
$config_headers

Configuration commands:
$config_commands

Report bugs to <http://subversion.apache.org/>."

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
subversion config.status 1.8.11
configured by $0, generated by GNU Autoconf 2.69,
  with options \\"\$ac_cs_config\\"

Copyright (C) 2012 Free Software Foundation, Inc.

src/subversion/configure  view on Meta::CPAN

# distribute this file as part of a program or library that is built
# using GNU Libtool, you may include this file under the  same
# distribution terms that you use for the rest of that program.
#
# GNU Libtool is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.


# The names of the tagged configurations supported by this script.
available_tags='CXX '

# ### BEGIN LIBTOOL CONFIG

# Which release of libtool.m4 was used?
macro_version=$macro_version
macro_revision=$macro_revision

src/subversion/subversion/bindings/javahl/README  view on Meta::CPAN

your path and that the include and the include\win32 directories are
in the include path.

To build, use the project/target "__JAVAHL__" of the main subversion
workspace.  The private project/workspace is not used anymore.


Success stories
---------------

Subclipse, Eclipse IDE plug-in <http://subclipse.tigris.org/>


Why not 100% pure Java?
-----------------------

Though 100% pure Java is often preferred by Java programmers, such an
implementation would require significant effort to create, debug, and
update a duplicate of _at least_ the entire Subversion client libraries
in Java, taking the maintainers' time away from improving Subversion
itself.  The official Subversion C libraries are the reference
implementation of a Subversion client's logic, and are the most robust
client implementation available.  Using JNI allows the effort that has
gone into the existing libraries to be leveraged from Java, and allows
developer time to me more efficently spent on further development of the
underlying libraries shared by many implementations.

The SVNKit <http://svnkit.com/> client library (formerly known as
JavaSVN) is a 100% pure Java implementation, and attempts to track the
latest changes to Subversion's core libraries; however, this is an
independent project and the Subversion project cannot make any promises
as to its compatibility with the official Subversion implementation.


TODO
----

o Expose more of Subversion's core libraries through JNI.

src/subversion/subversion/bindings/javahl/build/build.xml  view on Meta::CPAN

 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.

-->

<project name="svnjavahl" default="build" basedir="..">
    <target name="generate-header-files"
            description="Generate C header files for the bindings">
        <javah classpath="classes" verbose="yes" destdir="include">
            <class name="org.tigris.subversion.javahl.CommitItemStateFlags"/>
            <class name="org.tigris.subversion.javahl.NodeKind"/>
            <class name="org.tigris.subversion.javahl.NotifyAction"/>
            <class name="org.tigris.subversion.javahl.NotifyStatus"/>
            <class name="org.tigris.subversion.javahl.Path"/>
            <class name="org.tigris.subversion.javahl.PromptUserPassword2"/>
            <class name="org.tigris.subversion.javahl.Revision"/>
            <class name="org.tigris.subversion.javahl.RevisionKind"/>
            <class name="org.tigris.subversion.javahl.ScheduleKind"/> 
            <class name="org.tigris.subversion.javahl.StatusKind"/>
            <class name="org.tigris.subversion.javahl.SVNAdmin"/>
            <class name="org.tigris.subversion.javahl.SVNClient"/>
            <class name="org.tigris.subversion.javahl.SVNClientLogLevel"/>
        </javah>
    </target>

    <target name="compile" unless="junit.path"
            description="Compile the Java binding source files">
        <javac compiler="modern" destdir="classes">
            <src path="src"/>
            <exclude name="org/tigris/subversion/javahl/tests/**"/>
        </javac>
    </target>

    <target name="compile-tests" if="junit.path"
            description="Compile the Java test source files">
        <javac compiler="modern" destdir="classes">
            <src path="src"/>
            <classpath path="${junit.path}"/>
        </javac>
    </target>

    <target name="build"
            depends="compile, compile-tests, generate-header-files"
            description="Compile bindings and tests, and generate headers" />

    <target name="javadoc" description="Generate JavaDoc">
        <javadoc sourcepath="src" destdir="javadoc"
                 windowtitle="Subversion Java bindings">
            <classpath path="${junit.path}"/>
            <fileset dir="src"/>
        </javadoc>
    </target>
</project>

src/subversion/subversion/bindings/javahl/tests/org/apache/subversion/javahl/SVNTests.java  view on Meta::CPAN

            // after the test, remove the item from the expected map
            expectedCommitItems.remove(key);
        }
    }

    class MyNotifier implements ClientNotifyCallback
    {

        /**
         * Handler for Subversion notifications.
         * <p/>
         * Override this function to allow Subversion to send notifications
         *
         * @param info everything to know about this event
         */
        public void onNotify(ClientNotifyInformation info)
        {
        }
    }

    private class MyStatusCallback implements StatusCallback

src/subversion/subversion/bindings/javahl/tests/org/tigris/subversion/javahl/SVNTests.java  view on Meta::CPAN

            // after the test, remove the item from the expected map
            expectedCommitItems.remove(key);
        }
    }

    class MyNotifier implements Notify2
    {

        /**
         * Handler for Subversion notifications.
         * <p/>
         * Override this function to allow Subversion to send notifications
         *
         * @param info everything to know about this event
         */
        public void onNotify(NotifyInformation info)
        {
        }
    }
}

src/subversion/subversion/bindings/swig/perl/native/Core.pm  view on Meta::CPAN


=head2 _p_svn_lock_t

Objects of this class contain information about locks placed on files
in a repository.  It has the following accessor methods:

=over

=item path

The full path to the file which is locked, starting with a forward slash (C</>).

=item token

A string containing the lock token, which is a unique URI.

=item owner

The username of whoever owns the lock.

=item comment

src/subversion/subversion/bindings/swig/perl/native/Fs.pm  view on Meta::CPAN


=item $root-E<gt>node_id($path)

=item $root-E<gt>node_prop($path, $propname)

=item $root-E<gt>node_proplist($path)

=item $root-E<gt>paths_changed()

A reference to a hash indicating what changes are made in the root.
The keys are the paths of the files changed, starting with C</> to
indicate the top-level directory of the repository.  The values
are C<_p_svn_fs_path_change_t> objects which contain information about
what kind of changes are made.

=item $root-E<gt>revision_link

=item $root-E<gt>revision_root_revision

Revision number of the revision the root comes from.
For transaction roots, returns C<$SVN::Core::INVALID_REVNUM>.

src/subversion/subversion/bindings/swig/ruby/svn/core.rb  view on Meta::CPAN

          [@name, @value] == [other.name, other.value]
      end
    end

    class MergeRange
      def to_a
        [self.start, self.end, self.inheritable]
      end

      def inspect
        super.gsub(/>$/, ":#{to_a.inspect}>")
      end

      def ==(other)
        to_a == other.to_a
      end
    end

    class MergeInfo < Hash
      class << self
        def parse(input)

src/subversion/subversion/include/svn_xml.h  view on Meta::CPAN

#define SVN_XML_NAMESPACE "svn:"

/** Used as style argument to svn_xml_make_open_tag() and friends. */
enum svn_xml_open_tag_style {
  /** <tag ...> */
  svn_xml_normal = 1,

  /** <tag ...>, no cosmetic newline */
  svn_xml_protect_pcdata,

  /** <tag .../>  */
  svn_xml_self_closing
};



/** Determine if a string of character @a data of length @a len is a
 * safe bet for use with the svn_xml_escape_* functions found in this
 * header.
 *
 * Return @c TRUE if it is, @c FALSE otherwise.



( run in 2.297 seconds using v1.01-cache-2.11-cpan-df04353d9ac )