How to delete particular revision of file from SVN Repos
From: stsivaraj <stsivaraj_at_yahoo.co.in>
Date: Thu, 23 Dec 2010 00:33:57 -0800 (PST)
Hi All,
public void deleteDocRevision(String collDir, String fileName, Long revNum)
String path = this.getPath() + "/" + DOC_COLL_FOLDER_NAME;
SVNNodeKind kind = this.getTheRepository().checkPath(filePath, revNum);
if (kind == SVNNodeKind.NONE) {
try {
ISVNEditor editor = this.getTheRepository().getCommitEditor(
logger.error("deleteDocRevision(String, String, Long)", e); //$NON-NLS-1$
if (logger.isDebugEnabled()) {
Can you help me? Thanks in advance..
-- View this message in context: http://old.nabble.com/How-to-delete-particular-revision-of-file-from-SVN-Repos-tp30520057p30520057.html Sent from the Subversion Dev mailing list archive at Nabble.com.Received on 2010-12-23 09:34:31 CET |
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.