[dna-commits] DNA SVN: r1500 - trunk/extensions/dna-connector-svn/src/main/resources/org/jboss/dna/connector/svn.
dna-commits at lists.jboss.org
dna-commits at lists.jboss.org
Thu Dec 31 08:45:57 EST 2009
Author: spagop
Date: 2009-12-31 08:45:57 -0500 (Thu, 31 Dec 2009)
New Revision: 1500
Modified:
trunk/extensions/dna-connector-svn/src/main/resources/org/jboss/dna/connector/svn/SVNRepositoryConnectorI18n.properties
Log:
OPEN - issue DNA-607: Delete node/folder or rather item/file from the svn repository through dna svn connector
https://jira.jboss.org/jira/browse/DNA-607
Modified: trunk/extensions/dna-connector-svn/src/main/resources/org/jboss/dna/connector/svn/SVNRepositoryConnectorI18n.properties
===================================================================
--- trunk/extensions/dna-connector-svn/src/main/resources/org/jboss/dna/connector/svn/SVNRepositoryConnectorI18n.properties 2009-12-30 23:45:35 UTC (rev 1499)
+++ trunk/extensions/dna-connector-svn/src/main/resources/org/jboss/dna/connector/svn/SVNRepositoryConnectorI18n.properties 2009-12-31 13:45:57 UTC (rev 1500)
@@ -40,7 +40,7 @@
pathForPredefinedWorkspaceDoesNotExist = The path "{0}" for the predefined workspace for the file system source "{1}" does not represent an existing directory
pathForPredefinedWorkspaceIsNotDirectory = The path "{0}" for the predefined workspace for the file system source "{1}" is actually a path to an existing file
pathForPredefinedWorkspaceCannotBeRead = The path "{0}" for the predefined workspace for the file system source "{1}" cannot be read
-sameNameSiblingsAreNotAllowed = {0} does not allow same name siblings on nodes: {1}
+sameNameSiblingsAreNotAllowed = {0}
onlyTheDefaultNamespaceIsAllowed = {0} requires node names use the default namespace: {1}
locationInRequestMustHavePath = {0} requires a path in the request: {1}
unableToCreateWorkspaces = {0} does not allow creating new workspaces (request was to create "{1}")
@@ -56,3 +56,4 @@
# Writable tests
couldNotCreateFile =Error reading data in workspace "{1}" "{0}" "{2}" "{3}"
couldNotReadData= Error reading data in workspace "{1}" "{0}" "{2}" "{3}"
+deleteFailed=Error deleting path {0} in workspace with source name {1}
\ No newline at end of file
More information about the dna-commits
mailing list