Re: Cannot get a file when deleted

2011-08-09 Thread Adam Tong
Thank you so much Giulio for your help. On Tue, Aug 9, 2011 at 11:40 AM, Giulio Troccoli wrote: > > > On 09/08/11 16:28, Adam Tong wrote: >> >> You are right i just tested when i do revert it is reverted and i can >> see it in the file system. >> >> On the other hand, I am sure that i am doing "r

Re: Cannot get a file when deleted

2011-08-09 Thread Giulio Troccoli
On 09/08/11 16:28, Adam Tong wrote: You are right i just tested when i do revert it is reverted and i can see it in the file system. On the other hand, I am sure that i am doing "rm filename" and not svn delete filename. Maybe there is a way to configure svn so that it considers rm as equival

Re: Cannot get a file when deleted

2011-08-09 Thread Adam Tong
You are right i just tested when i do revert it is reverted and i can see it in the file system. On the other hand, I am sure that i am doing "rm filename" and not svn delete filename. Maybe there is a way to configure svn so that it considers rm as equivalent to svn delete? Because this is happ

Re: Cannot get a file when deleted

2011-08-09 Thread Giulio Troccoli
On 09/08/11 16:18, Adam Tong wrote: svn st gives the that the file was deleted (D) when i do svn up it does not bring it. But when i did the first sugetion of copy -r it worked sorry about forgeting to reply to all On Tue, Aug 9, 2011 at 11:03 AM, Giulio Troccoli wrote: On 09/08/11

Re: Cannot get a file when deleted

2011-08-09 Thread Adam Tong
svn st gives the that the file was deleted (D) when i do svn up it does not bring it. But when i did the first sugetion of copy -r it worked sorry about forgeting to reply to all On Tue, Aug 9, 2011 at 11:03 AM, Giulio Troccoli wrote: > > > On 09/08/11 16:02, Adam Tong wrote: >> >> you are

Re: Cannot get a file when deleted

2011-08-09 Thread Giulio Troccoli
On 09/08/11 16:02, Adam Tong wrote: you are right i used the os, i did not commit after deleting. On Tue, Aug 9, 2011 at 11:00 AM, Giulio Troccoli wrote: On 09/08/11 15:40, Adam Tong wrote: Hi, When i remove a file from my local copy, I cannot get it from the repository using the command

Re: Cannot get a file when deleted

2011-08-09 Thread Giulio Troccoli
On 09/08/11 15:40, Adam Tong wrote: Hi, When i remove a file from my local copy, I cannot get it from the repository using the command svn up. Is there another way to get a recently deleted file? or there is something wrong in my settings. Thanks Did you use the OS to delete the file or Sub

Cannot get a file when deleted

2011-08-09 Thread Adam Tong
Hi, When i remove a file from my local copy, I cannot get it from the repository using the command svn up. Is there another way to get a recently deleted file? or there is something wrong in my settings. Thanks