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

Re: [Subclipse-users] More compliance with CVS sync view behaviour

From: Aaron Digulla <digulla_at_hepe.com>
Date: 2006-03-07 19:09:33 CET

Mark Phippard wrote:

>> With the JavaHL code, it should be possible to replicate a lot of the
>> SVN operations locally. But I guess that's daydreaming because it would
>> be too much effort.
>
> The JavaHL code basically exposes the same things you can do with the
> command line. There is nothing that lets you go off into your own little
> space and start manipulating files.

I thought that the whole API of Subversion is available from the SWIG
binding? Oh well...

>> OTOH, I guess that a lot more people would like the synchronize
>> functionality which Eclipse offers in other tools (Turtoise, Netbeans,
>> IDEA), so maybe it would be worthwhile to bother the SVN developers to
>> offer more support (like a status command which returns all the
>> necessary information which you need to implement a proper sync view).
>
> I am not sure what you are referring to here. The svn status command
> already provides what we need, at least as of Subversion 1.3. The
> question here was about Update. Basically, wanting us to have it skip
> certain files. The only way we could do that would be to provide the
> update command with the specific set of files to update, and then not
> include files that were conflicted. Except for the last part, this is how
> the code used to work and it was terrible. It was a lot slower, but more
> importantly since only the files are specified, the folders are never
> updated which causes problems later if you have a need to commit a folder
> change of any kind.

That's what I meant: Maybe it would be simple for the Subversion
developers to change the update command.

I guess you already tried --non-recursive and pass all files and
directories?

Another idea (which probably isn't much faster but who knows) would be
to move the conflicting files away, do the update and then move the
files back. *shudder*

Regards,

-- 
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our imagination.
Follow me and I'll show you something beyond the limits."
http://www.philmann-dark.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Mar 7 19:10:06 2006

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.