Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Output dir under version control
Output dir under version control [message #251101] Tue, 29 January 2008 20:32 Go to next message
Olivier Lefevre is currently offline Olivier LefevreFriend
Messages: 6
Registered: July 2009
Junior Member
How can I make that stop? I googled far and wide but did not
find anything that helped. Adding "**/.svn/" to the build path
exclusions was an improvement but not a real fix.

Thanks,

-- O.L.
Re: Output dir under version control [message #251105 is a reply to message #251101] Tue, 29 January 2008 20:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

OL,

For cvs there is a .cvsignore file in which you can add "bin" and other
build artifacts. So probably there's a .svnignore file which does that
same thing... Or maybe the problem is the copying of these files from
the source. You can use
Window->Preferences->Java->Compiler->Building->Filtered Resources to
make it not copy files from the src to the bin folder.


Olivier Lefevre wrote:
> How can I make that stop? I googled far and wide but did not
> find anything that helped. Adding "**/.svn/" to the build path
> exclusions was an improvement but not a real fix.
>
> Thanks,
>
> -- O.L.
Re: Output dir under version control [message #251107 is a reply to message #251105] Tue, 29 January 2008 22:44 Go to previous messageGo to next message
Olivier Lefevre is currently offline Olivier LefevreFriend
Messages: 6
Registered: July 2009
Junior Member
> Or maybe the problem is the copying of these files from the source.

Yes it is. I know that because it is also copying misc. crud lying
around that is not part of the project.

> Window->Preferences->Java->Compiler->Building->Filtered Resources

Thanks! We're almost there: now it still copies the .svn directory
trees but not the files under them. Thus the output is no longer
under version control but it is still polluted by all those .svn
trees. Any idea?

-- O.L.

PS: I may sign OL but my full name is the address field ;-)
Re: Output dir under version control [message #251111 is a reply to message #251107] Tue, 29 January 2008 23:36 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Well if it is anything like CVS, once a file under a folder has been
checked in, the folder will always appear even when there are no files
under it.

--
Thanks,
Rich Kulp
Previous Topic:Re: Editor within swt shell
Next Topic:JDT AST analysis: performance costs or resolveBinding
Goto Forum:
  


Current Time: Sun Sep 08 03:30:17 GMT 2024

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

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

Back to the top