Package ru.batrdmi.svnplugin.logic

Examples of ru.batrdmi.svnplugin.logic.FileRevisionHistory


                    revsToProcess.add(ri.prevRev);
                }
            }
        }

        return new FileRevisionHistory(result, history.getCurrentRevision(),
                history.getRepoRoot(), history.getRelPath(), history.isDirectory(), history.getStatus());
    }
View Full Code Here

TOP

Related Classes of ru.batrdmi.svnplugin.logic.FileRevisionHistory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.