Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Sparse SVN Updates From Eclipse
Sparse SVN Updates From Eclipse [message #730235] Wed, 28 September 2011 00:24
Matt Davies is currently offline Matt DaviesFriend
Messages: 26
Registered: July 2009
Location: Brisbane
Junior Member
Hi Guys,

I have noticed that subversive is now able to handle updating from svn sparsely. My question is, aside from the command line, is there a way to disconnect and delete a sparse update from the working copy without deleting from the svn repository?

For example, the effect if executed as a command sequence would be:

# check out the libs folder but not its children
svn update --depth empty libs

# check out the libs I am interested in
svn update libs/lib1 libs/lib7

... <work on them> ...

# not interested in lib1 anymore
rm -rf libs/lib1
svn update libs


Has this issue been dealt with in subversive? Are there any tips or tricks? Suggestions?

I am currently testing with Indigo SR1.

Matt

[Updated on: Wed, 28 September 2011 04:27]

Report message to a moderator

Previous Topic:Custom repository structure - how to link it into Eclipse ?
Next Topic:Share a project, but with its linked ressource
Goto Forum:
  


Current Time: Tue Mar 19 03:56:16 GMT 2024

Powered by FUDForum. Page generated in 0.02184 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top