Repository: maven-scm Updated Branches: refs/heads/master a067f95e3 -> cd8a5daf5
downgraded to svn 1.6 Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/cd8a5daf Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/cd8a5daf Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/cd8a5daf Branch: refs/heads/master Commit: cd8a5daf5fad9463a34ade2c5d8b71ea370ac547 Parents: a067f95 Author: Hervé Boutemy <hbout...@apache.org> Authored: Sat May 10 10:27:04 2014 +0200 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Sat May 10 10:27:04 2014 +0200 ---------------------------------------------------------------------- .../dotSvnDir/all-wcprops | 11 + .../dotSvnDir/dir-prop-base | 12 + .../dotSvnDir/entries | 71 +++- .../dotSvnDir/format | 1 - .../dotSvnDir/pristine/.gitignore | 0 .../dotSvnDir/prop-base/pom.xml.svn-base | 9 + .../dotSvnDir/props/.gitignore | 1 + .../dotSvnDir/text-base/pom.xml.svn-base | 369 +++++++++++++++++++ .../dotSvnDir/tmp/.gitignore | 1 + .../dotSvnDir/tmp/prop-base/.gitignore | 1 + .../dotSvnDir/tmp/props/.gitignore | 1 + .../dotSvnDir/tmp/text-base/.gitignore | 1 + .../dotSvnDir/wc.db | Bin 41984 -> 0 bytes 13 files changed, 476 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/all-wcprops ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/all-wcprops b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/all-wcprops new file mode 100644 index 0000000..ca33685 --- /dev/null +++ b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/all-wcprops @@ -0,0 +1,11 @@ +K 25 +svn:wc:ra_dav:version-url +V 46 +/repos/asf/!svn/ver/944805/maven/pom/trunk/asf +END +pom.xml +K 25 +svn:wc:ra_dav:version-url +V 54 +/repos/asf/!svn/ver/944805/maven/pom/trunk/asf/pom.xml +END http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/dir-prop-base ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/dir-prop-base b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/dir-prop-base new file mode 100644 index 0000000..349e285 --- /dev/null +++ b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/dir-prop-base @@ -0,0 +1,12 @@ +K 10 +svn:ignore +V 70 +.settings +target +.classpath +.project +apache.iml +apache.ipr +apache.iws + +END http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/entries ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/entries b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/entries index 48082f7..99cb936 100644 --- a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/entries +++ b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/entries @@ -1 +1,70 @@ -12 +10 + +dir +1000000 +http://svn.apache.org/repos/asf/maven/pom/trunk/asf +http://svn.apache.org/repos/asf + + + +2010-05-16T11:38:53.588376Z +944805 +bentmann +has-props + + + + + + + + + + + + + +13f79535-47bb-0310-9956-ffa450edef68 + + + + + + + +files + +pom.xml +file + + + + +2014-05-10T08:15:03.946730Z +7da482164f49674762191092709ee792 +2010-05-16T11:38:53.588376Z +944805 +bentmann +has-props + + + + + + + + + + + + + + + + + + + + +14428 + http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/format ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/format b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/format deleted file mode 100644 index 48082f7..0000000 --- a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/format +++ /dev/null @@ -1 +0,0 @@ -12 http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/pristine/.gitignore ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/pristine/.gitignore b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/pristine/.gitignore deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/prop-base/pom.xml.svn-base ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/prop-base/pom.xml.svn-base b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/prop-base/pom.xml.svn-base new file mode 100644 index 0000000..7b57b30 --- /dev/null +++ b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/prop-base/pom.xml.svn-base @@ -0,0 +1,9 @@ +K 13 +svn:eol-style +V 6 +native +K 12 +svn:keywords +V 23 +Author Date Id Revision +END http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/props/.gitignore ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/props/.gitignore b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/props/.gitignore new file mode 100644 index 0000000..7cc0419 --- /dev/null +++ b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/props/.gitignore @@ -0,0 +1 @@ +# empty directory \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/text-base/pom.xml.svn-base ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/text-base/pom.xml.svn-base b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/text-base/pom.xml.svn-base new file mode 100644 index 0000000..4fffb34 --- /dev/null +++ b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/text-base/pom.xml.svn-base @@ -0,0 +1,369 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <!-- Shared parent. Doesn't define a lot of things about Apache like general mailing lists, but does + define the settings common to all projects at Apache + + As of Version 6, this includes a standard release profile that all projects can use. If the profile is not appropriate for your project, define your own release profile and change the release plugin configuration parameter <arguments> </arguments> to activate your profile instead of the apache-release profile. + + Standard versions of plugins are also defined, these may be overridden by individual projects as well. + --> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>8-SNAPSHOT</version> + <packaging>pom</packaging> + <name>The Apache Software Foundation</name> + <description> + The Apache Software Foundation provides support for the Apache community of open-source software projects. + The Apache projects are characterized by a collaborative, consensus based development process, an open and + pragmatic software license, and a desire to create high quality software that leads the way in its field. + We consider ourselves not simply a group of projects sharing a server, but rather a community of developers + and users. + </description> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <organization> + <name>The Apache Software Foundation</name> + <url>http://www.apache.org/</url> + </organization> + <url>http://www.apache.org/</url> + <repositories> + <repository> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>http://repository.apache.org/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + </repository> + </repositories> + + <distributionManagement> + <!-- Site omitted - each project must provide their own --> + <repository> + <id>apache.releases.https</id> + <name>Apache Release Distribution Repository</name> + <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> + </repository> + <snapshotRepository> + <id>apache.snapshots.https</id> + <name>${distMgmtSnapshotsName}</name> + <url>${distMgmtSnapshotsUrl}</url> + </snapshotRepository> + </distributionManagement> + <mailingLists> + <mailingList> + <name>Apache Announce List</name> + <subscribe>announce-subscr...@apache.org</subscribe> + <unsubscribe>announce-unsubscr...@apache.org</unsubscribe> + <post>annou...@apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive> + </mailingList> + </mailingLists> + <properties> + <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName> + <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl> + <organization.logo>http://www.apache.org/images/asf_logo_wide.gif</organization.logo> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor> + </properties> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/asf</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/asf</developerConnection> + <url>http://svn.apache.org/viewvc/maven/pom/trunk/asf</url> + </scm> + + <build> + <pluginManagement> + <plugins> + <!-- set versions of common plugins for reproducibility, ordered alphabetically --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.2-beta-5</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-clean-plugin</artifactId> + <version>2.4.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> + <configuration> + <source>1.4</source> + <target>1.4</target> + <encoding>${project.build.sourceEncoding}</encoding> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.5</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-docck-plugin</artifactId> + <version>1.0</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-enforcer-plugin</artifactId> + <version>1.0-beta-1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-gpg-plugin</artifactId> + <version>1.0-alpha-4</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-install-plugin</artifactId> + <version>2.3</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-invoker-plugin</artifactId> + <version>1.5</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.3</version> + <configuration> + <archive> + <manifest> + <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> + <addDefaultImplementationEntries>true</addDefaultImplementationEntries> + </manifest> + </archive> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <!-- NOTE: 2.6.x is generally unusuable due to MJAVADOC-275 --> + <version>2.5</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugin-plugin</artifactId> + <version>2.5.1</version> + </plugin> + <!-- START SNIPPET: release-plugin-configuration --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.0-beta-9</version> + <configuration> + <useReleaseProfile>false</useReleaseProfile> + <goals>deploy</goals> + <arguments>-Papache-release</arguments> + </configuration> + </plugin> + <!-- END SNIPPET: release-plugin-configuration --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-remote-resources-plugin</artifactId> + <version>1.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <version>2.4</version> + <configuration> + <encoding>${project.build.sourceEncoding}</encoding> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-plugin</artifactId> + <version>1.2</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>2.0.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <version>2.1.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.3</version> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>clirr-maven-plugin</artifactId> + <version>2.2.2</version> + </plugin> + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-maven-plugin</artifactId> + <version>1.3.8</version> + </plugin> + <plugin> + <groupId>org.codehaus.modello</groupId> + <artifactId>modello-maven-plugin</artifactId> + <version>1.2</version> + </plugin> + </plugins> + </pluginManagement> + <plugins> + <!-- We want to package up license resources in the JARs produced --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-remote-resources-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>process</goal> + </goals> + <configuration> + <resourceBundles> + <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> + </resourceBundles> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.1.2</version> + </plugin> + </plugins> + </reporting> + + <profiles> + <!-- START SNIPPET: release-profile --> + <profile> + <id>apache-release</id> + <build> + <plugins> + <!-- Create a source-release artifact that contains the fully buildable + project directory source structure. This is the artifact which is + the official subject of any release vote. --> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.apache.apache.resources</groupId> + <artifactId>apache-source-release-assembly-descriptor</artifactId> + <version>1.0.2</version> + </dependency> + </dependencies> + <executions> + <execution> + <id>source-release-assembly</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> + <descriptorRefs> + <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef> + </descriptorRefs> + <tarLongFileFormat>gnu</tarLongFileFormat> + </configuration> + </execution> + </executions> + </plugin> + <!-- We want to sign the artifact, the POM, and all attached artifacts --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-gpg-plugin</artifactId> + <configuration> + <passphrase>${gpg.passphrase}</passphrase> + </configuration> + <executions> + <execution> + <goals> + <goal>sign</goal> + </goals> + </execution> + </executions> + </plugin> + <!-- We want to deploy the artifact to a staging location for perusal --> + <plugin> + <inherited>true</inherited> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <updateReleaseInfo>true</updateReleaseInfo> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <encoding>${project.build.sourceEncoding}</encoding> + </configuration> + <executions> + <execution> + <id>attach-javadocs</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + <!-- END SNIPPET: release-profile --> + </profiles> +</project> + http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/.gitignore ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/.gitignore b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/.gitignore index e69de29..7cc0419 100644 --- a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/.gitignore +++ b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/.gitignore @@ -0,0 +1 @@ +# empty directory \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/prop-base/.gitignore ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/prop-base/.gitignore b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/prop-base/.gitignore new file mode 100644 index 0000000..7cc0419 --- /dev/null +++ b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/prop-base/.gitignore @@ -0,0 +1 @@ +# empty directory \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/props/.gitignore ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/props/.gitignore b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/props/.gitignore new file mode 100644 index 0000000..7cc0419 --- /dev/null +++ b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/props/.gitignore @@ -0,0 +1 @@ +# empty directory \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/text-base/.gitignore ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/text-base/.gitignore b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/text-base/.gitignore new file mode 100644 index 0000000..7cc0419 --- /dev/null +++ b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/tmp/text-base/.gitignore @@ -0,0 +1 @@ +# empty directory \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-scm/blob/cd8a5daf/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/wc.db ---------------------------------------------------------------------- diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/wc.db b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/wc.db deleted file mode 100644 index 27fea59..0000000 Binary files a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/dotSvnDir/wc.db and /dev/null differ