You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Bogdan Cristea <cr...@gmail.com> on 2011/01/13 19:44:16 UTC

Re: I can not do a svn commit

On Thursday 13 January 2011 20:47:46 Daniela Rivas wrote:
> Hello everyone
> 
> I am trying to do a svn commit command from a remote working copy to a
> svn repository in a another machine. After I've done this command i
> don't get the update on the repository in the file that i changed.
> Also in the repository i did a svn update and the output that i get is
> "skipped ."
> 
> Can anyone help me with this?
> 
> Regards
> 
> Marguerite

are you sure that the file you are trying to commit is under version control ?
svn status should tell you that. If not do first svn add your_file, then 
commit