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