Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Subclipse doesn't commit anything to svn

  1. #1
    Member
    Join Date
    Apr 2011
    Posts
    32
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default Subclipse doesn't commit anything to svn

    I have an existing non-svn project in eclipse. I'd like to add svn to it, so I made an assembla account. When I tried to add it to my svn repo, it only uploaded the .settings folder, and .classpath and .project files, but NOTHING ELSE. Is there something i'm doing wrong?


  2. #2
    Member
    Join Date
    Apr 2011
    Posts
    32
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default Re: Subclipse doesn't commit anything to svn

    I think I might have figured it out, but a question still remains. I switched over to Eclipse Subverse, and had the same problem. I noticed that because of the way I build my project locally, the src folder is outside of the eclipse project root. So neither of the SVN clients can sync anything outside of the project root, because if it is the root, they can't sync anything above that directory. Is there any way around this? or will I have to re-build my workspace from scratch?

    EDIT: Just verified it. If I made a new project, and added a src tree, and some files, it worked fine....so is there any work around?
    Last edited by techwiz24; June 19th, 2011 at 06:54 PM. Reason: tested hypothesis