user2770039
user2770039

Reputation: 69

Unable to check in some files using svn

I'm new to svn. I'm using Ubuntu 11.10. svn version 1.6.12 I tried checking in, only few files got checkedin. Rest of the files are displayed when I do svn status and when I try to checkin this files nothing happens, no error or message is displayed. I did svn cleanup, still no change. Can anyone guide me on how to checkin all this files into the repository.

Upvotes: 0

Views: 119

Answers (1)

user2770039
user2770039

Reputation: 69

Finally did the following steps to check in succesfully-

svn add * 

and then svn ci -m "update"

Upvotes: 1

Related Questions