Re: svn issue

2013-05-09 Thread Prabhu Gnana Sundar
On 05/09/2013 10:46 AM, Amit Kumar [IN7537] wrote: Hi les, Thanks for reply. But in my condition there are 77 items are in parent folder which is group of project and some other folder like image location, document location. All project folder is required except like documents and image

Re: svn info and svnlook - quick questions

2013-01-19 Thread Prabhu Gnana Sundar
Z W mpc8...@gmail.com wrote: Hi All We're new to subversion. We like to make sure we get the latest svn revision number from the svn repository on the remote server. We are confused as to which command to use to find our latest revision number. Questions 1- Which is correct - svn info url or

Re: File access control

2011-09-29 Thread Prabhu Gnana Sundar
On Thursday 29 September 2011 05:10 PM, Ian Wild wrote: On Thu, Sep 29, 2011 at 3:41 AM, Grant emailgr...@gmail.com mailto:emailgr...@gmail.com wrote: I see that subversion supports path-based authorization: http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html

Re: Searching in SVN

2011-09-09 Thread Prabhu Gnana Sundar
On Friday 09 September 2011 12:04 PM, Waseem Shahzad wrote: Hi guys! I would like to search a file amongst 1000+ files within a Folder. Is there any way to do this with smart way. svn ls URL -R | grep search_file_name Regards Prabhu

Re: swapping trunk and branch

2011-04-27 Thread Prabhu Gnana Sundar
On Wednesday 27 April 2011 03:27 PM, Ben Carbery wrote: Hi, I am fairly new to version control, and have made what is probably a newbie mistake. I created a branch and switched to it. Later I committed changes that were meant for trunk, forgetting that I had switched to the branch. So I want to

Re: Kind information missing in svn log xml output

2011-03-10 Thread Prabhu Gnana Sundar
Hi Yves, I tried to replicate the same issue on my box. It works fine for me and I get the kind value correctly. But I tried it on a Ubuntu 10.10 box, svn version 1.6.9 (r901367). Regards Prabhu On Wednesday 09 March 2011 10:11 PM, Yves Bergeron wrote: Hi, The output of svn log --xml

Re: Subversion setup

2011-01-18 Thread Prabhu Gnana Sundar
Hi Dave, On Tuesday 18 January 2011 07:13 PM, Dave Pawson wrote: I'm resurrecting a subversion setup. subversion 1.6.5 on apache 2. Apache setup Location /repos Dav svn SVNParentPath /srv Authtype Basic AuthName ... AuthuserFile /etc/svnauthfile Require valid-user /Location Clearly, you