reset password
Author Message
jrodriguez
Posts: 33
Posted 23:13 May 11, 2013 |

Hi professor. 
I am getting this error when i commit to SVN.   I have the java in SVN.  What should I do?

Attachments:
xytian
Posts: 70
Posted 23:18 May 11, 2013 |

maybe you can delete the trunk and do an initial import

cysun
Posts: 2935
Posted 00:24 May 12, 2013 |
jrodriguez wrote:

Hi professor. 
I am getting this error when i commit to SVN.   I have the java in SVN.  What should I do?

Do a svn update, then try committing again.
 

cysun
Posts: 2935
Posted 00:24 May 12, 2013 |
megtian wrote:

maybe you can delete the trunk and do an initial import

That's really bad advice.

jrodriguez
Posts: 33
Posted 00:26 May 12, 2013 |

Thank you.  I should have I mentioned earlier that I figured it out.  Thank you professor.  May I ask why I got that error? 

xytian
Posts: 70
Posted 00:28 May 12, 2013 |
cysun wrote:
megtian wrote:

maybe you can delete the trunk and do an initial import

That's really bad advice.

Oops, I did it a couple of times, I just don't want any change to my local copy so didn't try update.
 

cysun
Posts: 2935
Posted 00:38 May 12, 2013 |
jrodriguez wrote:

Thank you.  I should have I mentioned earlier that I figured it out.  Thank you professor.  May I ask why I got that error? 

I think it's a Subclipse problem. It often happens when you rename or move a folder.
 

jrodriguez
Posts: 33
Posted 00:46 May 12, 2013 |

Oh okay.  Thank you professor.