Results 1 to 7 of 7
Thread: Synching Projects in Eclipse?
- 10-10-2012, 04:47 PM #1
Member
- Join Date
- May 2010
- Posts
- 7
- Rep Power
- 0
Synching Projects in Eclipse?
I've been working on a project in Eclipse for a while. It's a group project, so I'm often committing to and updating from the repository.
Due to a recent reorganization around here, I've been given a copy of the Project (also placed in Eclipse). I have to work on this copy to experiment with changes, and only then move that to the "main" Project.
Question: After I make changes to the second Project, how do I transfer them to the main Project? Does Eclipse have some "synch projects" feature that I've missed, or should I use a different program to get it done?
- 10-10-2012, 04:49 PM #2
Re: Synching Projects in Eclipse?
This is probably going to depend on the type of repository you're using. This is less of an eclipse question and more of a question for your specific repository.
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 10-11-2012, 01:17 PM #3
Member
- Join Date
- May 2010
- Posts
- 7
- Rep Power
- 0
- 10-11-2012, 03:04 PM #4
Re: Synching Projects in Eclipse?
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 10-11-2012, 03:19 PM #5
Member
- Join Date
- May 2010
- Posts
- 7
- Rep Power
- 0
Re: Synching Projects in Eclipse?
I can do it manually, sure (and hope I haven't forgotten any).
And I suppose it's possible to use SVN to do it. But I've almost never used SVN - mostly, I rely on Eclipse to synchronize my files with the repository. I was hoping Eclipse also had a way to synchronize two Projects, but if it doesn't, I guess I'll be using SVN for it...
Thanks for the help, regardless.
- 10-11-2012, 03:29 PM #6
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: Synching Projects in Eclipse?
But what repository is it?
All Eclipse does is use the same interface to a repository that you would use writing the commands manually, for SVN, CVS, whatever other repository it is.
So the functionality is entirely down to what you can do with SVN.
You can merge two completely unrelated branches if need be...I've never done it, but from what I know of SVNs structure I don't think it'll care. If it encounters two files with the same name in the same location then it'll ask you to manually merge (if there is no common root). This is all in Eclipses interface as well....<right-click project>->Team->Merge.Please do not ask for code as refusal often offends.
- 10-12-2012, 04:29 PM #7
Member
- Join Date
- May 2010
- Posts
- 7
- Rep Power
- 0
Similar Threads
-
multi player domino game synching
By angrodm in forum New To JavaReplies: 1Last Post: 01-24-2012, 01:51 PM -
Eclipse for web projects ???
By sarwar1234 in forum New To JavaReplies: 0Last Post: 10-10-2010, 12:01 AM -
Library JAR projects and including them in other projects
By bmelloni in forum EclipseReplies: 2Last Post: 04-03-2009, 03:03 PM -
Building projects with the JRE (not the JDK) in Eclipse
By zachwong in forum EclipseReplies: 15Last Post: 09-30-2008, 03:50 AM


2Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks