[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Copy File handling

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2004-11-29 21:26:23 CET

Lars Grunewaldt <lgw@dark-reality.de> wrote on 11/29/2004 03:10:28 PM:

> Hi there,
>
> I have to copy several files from directory A to directory B but I have
> to make sure that svn registers this copy like when I use
>
> svn copy filename dest
>
> in the working copy.
>
> When I use the copy/paste function for files of eclipse, the new files
> appear in the "pending operations" list as "added", not as "copied", so
> I'd assume that the copy is not handled "correctly".
>
> Is this true, or is just the display incorrect and the Files are
svn-copied?

I believe it is doing a copy. One nice thing about Subversion is that
there is a common API for managing the WC. So you can always use the
command line or TortoiseSVN or whatever to do something and it doesn't
mess up Eclipse. At worst, you just have to do a refresh. I mention this
only because I would suggest doing an svn copy on the command line, and
then seeing how it appears in the pending operations view. Likewise, you
might want to do an svn status to see how Subversion itself reports the
files.

If you show the SVN Console in Eclipse, you should be able to see the
command it uses.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Tue Nov 30 07:26:23 2004

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.