Re: Getting the node id for a new folder

2013-10-23 Thread Juanma M. R.
First of all thank you for such a quick answer. I will try to clarify my > previous post. > > 2013/10/23 Philip Martin > >> "Juanma M. R." writes: >> >> > I would like to get the node id when I create a new folder. I would >> like to >> >

Re: Getting the node id for a new folder

2013-10-23 Thread Branko Čibej
uanma...@gmail.com>> > writes: > > > I would like to get the node id when I create a new folder. I > would like to > > do it as a post commit action in order to store it in a DB. How > could I do > > it? Any example or doc you recommend me?

Re: Getting the node id for a new folder

2013-10-23 Thread Juanma M. R.
Hi Philip, First of all thank you for such a quick answer. I will try to clarify my previous post. 2013/10/23 Philip Martin > "Juanma M. R." writes: > > > I would like to get the node id when I create a new folder. I would like > to > > do it as a post commit a

Re: Getting the node id for a new folder

2013-10-23 Thread Philip Martin
"Juanma M. R." writes: > I would like to get the node id when I create a new folder. I would like to > do it as a post commit action in order to store it in a DB. How could I do > it? Any example or doc you recommend me? To which node id are you referring? Subversion doesn

Getting the node id for a new folder

2013-10-23 Thread Juanma M. R.
Dear list, This is my first post. I am Juan Manuel from Spain. I have been using subversion for a long time in my developments and now I am starting to work on a deeper way with subversion for my PhD work. I would like to get the node id when I create a new folder. I would like to do it as a

Re: new folder

2012-02-01 Thread Alan Barrett
On Wed, 01 Feb 2012, sureshkumar nandakumar wrote: I want to prevent commits in /branches alone. Apart from admin, no one shouldn't add any new folders under in /branches folder. Already We are using svnperm for access control. Can u guide me, how I can do this? svnperms.py can already do this

Re: new folder

2012-02-01 Thread sureshkumar nandakumar
y the script, based on my requirement. On 2/1/12, Campbell Allan wrote: > > On Monday 23 January 2012, sureshkumar nandakumar wrote: >> Hi, >> >> I would like to restrict new folder creation under in /branches. >> Currently we are using SVN perm files for restri

Re: new folder

2012-02-01 Thread Campbell Allan
On Monday 23 January 2012, sureshkumar nandakumar wrote: > Hi, > > I would like to restrict new folder creation under in /branches. > Currently we are using SVN perm files for restrict the read/write > access control. > We have around 1000 SVN users, we are in position to

Re: new folder

2012-01-23 Thread Nico Kadel-Garcia
On Mon, Jan 23, 2012 at 7:11 AM, sureshkumar nandakumar wrote: > Hi, > > I would like to restrict new folder creation under in /branches. > Currently we are using SVN perm files for restrict the read/write > access control. > We have around 1000 SVN users, we are in position to

new folder

2012-01-23 Thread sureshkumar nandakumar
Hi, I would like to restrict new folder creation under in /branches. Currently we are using SVN perm files for restrict the read/write access control. We have around 1000 SVN users, we are in position to control the access level. Without our knowledge no one should not add any new folders under

Re: tree conflict: new folder with old name

2010-05-27 Thread Giampiero Salvi
On 10-05-27 01:25 PM, Johan Corveleyn wrote: On Thu, May 27, 2010 at 12:55 PM, Ulrich Eckhardt wrote: The repository is stable, I think you mean the working copy. I guess that you have local, unversioned files in your local "folder_name". Those are not moved with the versioned files, so after

Re: tree conflict: new folder with old name

2010-05-27 Thread Johan Corveleyn
On Thu, May 27, 2010 at 12:55 PM, Ulrich Eckhardt wrote: > On Thursday 27 May 2010, Giampiero Salvi wrote: >> I know this is my fault, I'm just checking if there is a way to fix this. >> >> I renamed a folder and then created a new folder with the old name of >

Re: tree conflict: new folder with old name

2010-05-27 Thread Ulrich Eckhardt
On Thursday 27 May 2010, Giampiero Salvi wrote: > I know this is my fault, I'm just checking if there is a way to fix this. > > I renamed a folder and then created a new folder with the old name of > the first one: > > svn mv folder_name folder_name2008 > svn ci -m &qu

tree conflict: new folder with old name

2010-05-27 Thread Giampiero Salvi
Hi, I know this is my fault, I'm just checking if there is a way to fix this. I renamed a folder and then created a new folder with the old name of the first one: svn mv folder_name folder_name2008 svn ci -m "renamed folder_name" mkdir folder_name svn add folder_name svn c