reset password
Author Message
hsankav
Posts: 18
Posted 12:41 Oct 04, 2009 |

I am having problem in commiting to svn. do we need to commit csns.zip to svn .

Attachments:
jadiagaurang
Posts: 53
Posted 12:48 Oct 04, 2009 |

I believe that you don't need to commit csns.zip to SVN repository... When you create zip target in build.xml; you should have destfile="../csns.zip". So, csns.zip will be created outside of /csns/... directory.

Last edited by jadiagaurang at 12:52 Oct 04, 2009.
cysun
Posts: 2935
Posted 14:18 Oct 04, 2009 |
hsankav wrote:

I am having problem in commiting to svn. do we need to commit csns.zip to svn .

You should not commit csns.zip to svn. The error looks like you committed csns.zip to svn, deleted it inproperly, then tried to commit again. Try the following:

1. Do a svn update. This should get csns.zip from the repository to your workspace.

2. In Eclipse, right click csns.zip and select Delete. This would delete csns.zip properly so that svn is aware of the delete.

3. Commit again.

hsankav
Posts: 18
Posted 16:18 Oct 04, 2009 |
thankyou Dr.Sun got it.
cysun wrote:
hsankav wrote:

I am having problem in commiting to svn. do we need to commit csns.zip to svn .

You should not commit csns.zip to svn. The error looks like you committed csns.zip to svn, deleted it inproperly, then tried to commit again. Try the following:

1. Do a svn update. This should get csns.zip from the repository to your workspace.

2. In Eclipse, right click csns.zip and select Delete. This would delete csns.zip properly so that svn is aware of the delete.

3. Commit again.