On Thu, Jan 13, 2011 at 7:47 PM, Daniela Rivas <eri...@gmail.com> 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?
Can you show us the output of "svn status" run in that working copy? Feel free to obfuscate/replace paths, filenames, etc. if that's necessary. Also: - Which svn version is the client, and which version is the server? - What output do you get exactly when you run the commit command? Do you run it from the root of the working copy, or in the directory of the file that you changed? What's the exact command that you use? - What access protocol is being used (svn://, svn+ssh://, http(s)://, file://)? Cheers, -- Johan