Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Methods 'copy(srcPath, destURL...)' lack a 'version' parameter [Tigris #1505] #24

Open
markphip opened this issue Sep 15, 2016 · 0 comments
Labels

Comments

@markphip
Copy link
Contributor

Description

Interface 'ISVNClientAdapter' declares

  public abstract void copy(File srcPath, SVNUrl destUrl, String message);
  public abstract void copy(File[] srcPaths, SVNUrl destUrl, String message, 
boolean copyAsChild, boolean makeParents);

, but these should have an additional 'revision' parameter, because the default 
is not what you always want ('WORKING', as defined in

http://subclipse.tigris.org/source/browse/subclipse/trunk/svnClientAdapter/src/j
avahl/org/tigris/subversion/svnclientadapter/javahl/AbstractJhlClientAdapter.jav
a?revision=5608&view=markup

). I suggest that there be a new method

  public void copy(File[] srcPaths, SVNRevision revision, SVNRevision 
pegRevision, SVNUrl destUrl, String message, boolean copyAsChild, boolean 
makeParents)

in the 'ISVNClientAdapter' and implemented in 'AbstractJhlClientAdapter'. The 
implementation should be straightforward.

Metadata Imported from Tigris (Issue 1505)

  • Creation Date: 2013-04-24 04:08:16
  • Reporter: arno_unkrig
  • Subcomponent: svnClientAdapter
  • Version: current
  • Milestone: not determined
  • Keywords:
  • Cc:

Comments

2016-01-18 00:44:20 by arno_unkrig

Hello... is there anybody out there?
@markphip markphip added the bug label Sep 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant