Re: I can not do a svn commit

2011-01-27 Thread Daniela Rivas
On Fri, Jan 21, 2011 at 8:30 PM, Ryan Schmidt wrote: > > On Jan 21, 2011, at 07:45, Daniela Rivas wrote: > >>> That's also correct. If you wanted to see it as a rendered web page, you >>> would need to set the "svn:mime-type" property of that index.html file to >>> the value "text/html". >> >> O

Re: I can not do a svn commit

2011-01-21 Thread Ryan Schmidt
On Jan 21, 2011, at 07:45, Daniela Rivas wrote: >> That's also correct. If you wanted to see it as a rendered web page, you >> would need to set the "svn:mime-type" property of that index.html file to >> the value "text/html". > > Ok, so far so good, Could you tell me, what do i have to do to

Re: I can not do a svn commit

2011-01-20 Thread Ryan Schmidt
On Jan 20, 2011, at 08:58, Daniela Rivas wrote: > On Wed, Jan 19, 2011 at 8:17 PM, Ryan Schmidt wrote: >> Please confirm these points from above: >> >> * You are able to see the correct updated content by running "svn cat >> http://localhost/prueba/trunk/index.html"; on the command line. >> >> *

Re: I can not do a svn commit

2011-01-20 Thread Daniela Rivas
On Wed, Jan 19, 2011 at 8:17 PM, Ryan Schmidt wrote: > On Jan 19, 2011, at 13:18, Daniela Rivas wrote: >> On Tue, Jan 18, 2011 at 7:05 PM, Daniel Shahaf wrote: >>> Ryan Schmidt wrote on Tue, Jan 18, 2011 at 16:59:33 -0600: On Jan 18, 2011, at 16:02, Daniela Rivas wrote: > Ok the correct r

Re: I can not do a svn commit

2011-01-19 Thread Ryan Schmidt
On Jan 19, 2011, at 13:18, Daniela Rivas wrote: > On Tue, Jan 18, 2011 at 7:05 PM, Daniel Shahaf wrote: >> Ryan Schmidt wrote on Tue, Jan 18, 2011 at 16:59:33 -0600: >>> On Jan 18, 2011, at 16:02, Daniela Rivas wrote: Ok the correct repository URL was http://localhost/prueba/trunk/index.h

Re: I can not do a svn commit

2011-01-19 Thread Les Mikesell
On 1/19/2011 1:18 PM, Daniela Rivas wrote: After I did a virtual host pointing to the local working copy and I got it by the browser. This is no the ideal solution, but at least i can see the page through a browser.. Usually that's what you'd want - preview it before you commit to the reposi

Re: I can not do a svn commit

2011-01-19 Thread Daniela Rivas
On Tue, Jan 18, 2011 at 7:05 PM, Daniel Shahaf wrote: > Ryan Schmidt wrote on Tue, Jan 18, 2011 at 16:59:33 -0600: >> On Jan 18, 2011, at 16:02, Daniela Rivas wrote: >> >> > Ok the correct repository URL was >> > http://localhost/prueba/trunk/index.html, so when I execute in a >> > browser http://

Re: I can not do a svn commit

2011-01-18 Thread Daniel Shahaf
Ryan Schmidt wrote on Tue, Jan 18, 2011 at 16:59:33 -0600: > On Jan 18, 2011, at 16:02, Daniela Rivas wrote: > > > Ok the correct repository URL was > > http://localhost/prueba/trunk/index.html, so when I execute in a > > browser http://localhost/prueba/trunk/index.html, I get the first > > versio

Re: I can not do a svn commit

2011-01-18 Thread Ryan Schmidt
On Jan 18, 2011, at 16:02, Daniela Rivas wrote: > Ok the correct repository URL was > http://localhost/prueba/trunk/index.html, so when I execute in a > browser http://localhost/prueba/trunk/index.html, I get the first > version of the file that i had, without seeing the changes that i did > to th

Re: I can not do a svn commit

2011-01-18 Thread Daniela Rivas
Daniela... On Tue, Jan 18, 2011 at 4:59 PM, Ryan Schmidt wrote: > On Jan 18, 2011, at 09:51, Daniela Rivas wrote: >> On Mon, Jan 17, 2011 at 5:10 PM, Ryan Schmidt wrote: >>> On Jan 17, 2011, at 08:31, Daniela Rivas wrote: When I did svn cat http://10.0.0.1/trunk/index.html I got this

Re: I can not do a svn commit

2011-01-18 Thread Ryan Schmidt
On Jan 18, 2011, at 09:51, Daniela Rivas wrote: > On Mon, Jan 17, 2011 at 5:10 PM, Ryan Schmidt wrote: >> On Jan 17, 2011, at 08:31, Daniela Rivas wrote: >>> When I did svn cat http://10.0.0.1/trunk/index.html >>> I got this "svn: El servidor envió un valor de devolución inesperado >>> (405 Method

Re: I can not do a svn commit

2011-01-18 Thread Daniela Rivas
On Mon, Jan 17, 2011 at 5:10 PM, Ryan Schmidt wrote: > On Jan 17, 2011, at 08:31, Daniela Rivas wrote: >> On Thu, Jan 13, 2011 at 4:07 PM, Johan Corveleyn wrote: >>> >>> On Thu, Jan 13, 2011 at 9:24 PM, Daniela Rivas wrote: In the working copy I have this usuario@prueba:~/prueb

Re: I can not do a svn commit

2011-01-17 Thread Ryan Schmidt
On Jan 17, 2011, at 08:31, Daniela Rivas wrote: > On Thu, Jan 13, 2011 at 4:07 PM, Johan Corveleyn wrote: >> >> On Thu, Jan 13, 2011 at 9:24 PM, Daniela Rivas wrote: >>> >>> In the working copy I have this >>> >>> usuario@prueba:~/prueba3$ svn status >>> M trunk/index.html >>> >>> I modifi

Re: I can not do a svn commit

2011-01-17 Thread Daniela Rivas
On Thu, Jan 13, 2011 at 4:07 PM, Johan Corveleyn wrote: > [ Putting the list back in cc. Please use reply-all to keep the list > in the loop. Also, please try not to top-post (i.e. put your reply > inline or below the thing you're replying to). More below ...] > > On Thu, Jan 13, 2011 at 9:24 PM,

Re: I can not do a svn commit

2011-01-13 Thread Johan Corveleyn
[ Putting the list back in cc. Please use reply-all to keep the list in the loop. Also, please try not to top-post (i.e. put your reply inline or below the thing you're replying to). More below ...] On Thu, Jan 13, 2011 at 9:24 PM, Daniela Rivas wrote: > Hi Johan > > In the working copy I have th

Re: I can not do a svn commit

2011-01-13 Thread Ryan Schmidt
On Jan 13, 2011, at 12:47, Daniela Rivas wrote: > 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

Re: I can not do a svn commit

2011-01-13 Thread Bogdan Cristea
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

Re: I can not do a svn commit

2011-01-13 Thread Johan Corveleyn
On Thu, Jan 13, 2011 at 7:47 PM, 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