reset password
Author Message
ruchabhatt
Posts: 12
Posted 23:42 May 13, 2011 |

 

add -N C:\cs520\newworkspace\csns\src\csns\model\calendar
    svn: 'C:\cs520\newworkspace\csns\src\csns\model\calendar' is already under version control
    svn: 'C:\cs520\newworkspace\csns\src\csns\model\calendar' is already under version control
add -N C:\cs520\newworkspace\csns\src\csns\model\calendar
    svn: 'C:\cs520\newworkspace\csns\src\csns\model\calendar' is already under version control
    svn: 'C:\cs520\newworkspace\csns\src\csns\model\calendar' is already under version control
add -N C:\cs520\newworkspace\csns\src\csns\model\calendar
    svn: 'C:\cs520\newworkspace\csns\src\csns\model\calendar' is already under version control
    svn: 'C:\cs520\newworkspace\csns\src\csns\model\calendar' is already under version control
 
i got this error when i have commited my program 
ruchabhatt
Posts: 12
Posted 23:43 May 13, 2011 |

what should i do now then ?

behdinian
Posts: 9
Posted 05:44 May 14, 2011 |

try this:

team-> cleanup

then commit

hope help

cysun
Posts: 2935
Posted 10:39 May 14, 2011 |

It seems like your working copy is out of sync with the repository - src/csns/model/calendar should have been committed in HW3, but the working copy somehow thinks it's a new folder.

You should check out a new copy of the project from your repository, add your changes to that copy then commit.