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
>> >
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?
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
"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
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
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
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
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
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
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
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
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
>
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
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
14 matches
Mail list logo