Re: svnadmin create repo/path - Error

2011-02-11 Thread Rajesh Saha
Hi No, it does. I have run this command on linux (RHEL4) on local path. It creates. However, in this case, even if I mention the full path then also, it is giving this error. Btw, the path is nfs mounted. Regards, Rajesh On Fri, Feb 11, 2011 at 1:07 PM, Curley, John

Re: Subversion Permissions Question.

2011-02-11 Thread Thorsten Schöning
Guten Tag MonicaS, am Donnerstag, 10. Februar 2011 um 17:33 schrieben Sie: We are using an old version that we are going to upgrade as soon as we are confident that we understand the current configuration and setup. It should be possible to upgrade to a newer version even without

Re: svnadmin create complains about subrepositories

2011-02-11 Thread Fabian Richter
Am Thu, 10 Feb 2011 14:27:17 -0600 schrieb Ryan Schmidt subversion-20...@ryandesign.com: $ svnadmin create repo1 $ svnadmin create repo1/repo2 svnadmin: 'repo1/repo2' is a subdirectory of an existing repository rooted at 'repo1' $ svnadmin create repo2 $ mv repo2 repo1 $ ls repo1

Re: svnadmin create complains about subrepositories

2011-02-11 Thread Thorsten Schöning
Guten Tag Fabian Richter, am Freitag, 11. Februar 2011 um 10:18 schrieben Sie: I also want to grant access to that project to different people than I granted to x. authz-file and it's directory dependant permissions doesn't fit your needs? Funny noone of you mentioned one damn reason why the

RE: svnadmin create complains about subrepositories

2011-02-11 Thread Cooke, Mark
-Original Message- From: Fabian Richter [mailto:fabian.rich...@trust.cased.de] Sent: 11 February 2011 09:18 To: users@subversion.apache.org Subject: Re: svnadmin create complains about subrepositories Am Thu, 10 Feb 2011 14:27:17 -0600 schrieb Ryan Schmidt

Re: svnadmin create repo/path - Error

2011-02-11 Thread Andy Levy
On Fri, Feb 11, 2011 at 02:59, Rajesh Saha rajeshsaha...@gmail.com wrote: Hi No, it does. I have run this command on linux (RHEL4) on local path. It creates. However, in this case, even if I mention the full path then also, it is giving this error. Btw, the path is nfs mounted. When you

Strange tree conflict problem

2011-02-11 Thread Thomas Börkel
HI! I am merging the diff between branch A and branch B to a working copy of branch C. Now I get a tree conflict for some files. TortoiseSVN 1.6.12 says The last merge operation tried to delete/move/rename the file 'name', but it was already edited. I also get a tree conflict, if I do the merge

svn externals

2011-02-11 Thread Robert Bielik
Hi all, In my project I need to use a library that's only available using git, I wonder if there is some way to have svn:externals point to a git repo (just doing a git pull) ? TIA /Rob

RE: svnadmin create complains about subrepositories

2011-02-11 Thread Bob Archer
On Thursday 10 February 2011, Stefan Sperling wrote: On Thu, Feb 10, 2011 at 07:02:18PM +0100, Fabian Richter wrote: Am Thu, 10 Feb 2011 11:24:09 -0600 schrieb Ryan Schmidt subversion-20...@ryandesign.com: On Feb 10, 2011, at 09:59, Stefan Sperling wrote: and can you please add

RE: svnadmin create complains about subrepositories

2011-02-11 Thread Bob Archer
Am Thu, 10 Feb 2011 14:27:17 -0600 schrieb Ryan Schmidt subversion-20...@ryandesign.com: $ svnadmin create repo1 $ svnadmin create repo1/repo2 svnadmin: 'repo1/repo2' is a subdirectory of an existing repository rooted at 'repo1' $ svnadmin create repo2 $ mv repo2 repo1 $ ls repo1

Re: svnadmin create complains about subrepositories

2011-02-11 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Feb 10, 2011 at 16:59:11 +0100: But I also think that the check for an existing repository should work within any subdirectory of the repository, not just within the top-level directory of the repository. Can you help by filing a DEFECT issue in our issue

Re: svnadmin create repo/path - Error

2011-02-11 Thread Daniel Shahaf
1.5.6 has a known security hole, consider upgrading. Rajesh Saha wrote on Fri, Feb 11, 2011 at 12:16:22 +0530: Hi I was trying to create a repository with this command. svnadmin create --fs-type fsfs newrepo But, it is giving error as follows. svnadmin: Repository creation

Re: Combining public and private paths

2011-02-11 Thread Daniel Shahaf
Workaround: you could run two svnserves with different configs, one allowing only anonymous access and only only authenticated access. I know httpd has the problem you're describing, I don't recall previous reports of it with svnserve. Victor Sudakov wrote on Thu, Feb 10, 2011 at 21:14:24 +0600:

Re: Do commit hooks work with the file:// protocol?

2011-02-11 Thread Daniel Shahaf
Jonathan Reeve wrote on Tue, Feb 08, 2011 at 17:19:54 +: I want to be able to prevent commits to a repository in some circumstances. I've set up a local svn repository to test, but my commit hook doesn't get called. I'm using the file:// protocol. Should hooks work with that? Yes

Re: svnadmin create complains about subrepositories

2011-02-11 Thread Daniel Shahaf
Daniel Shahaf wrote on Fri, Feb 11, 2011 at 19:16:24 +0200: The reason? Because the URLs would be ambiguous: what should % svn info file://$PWD/path/to/dir/trunk | grep -i 'repository root:' print? (forgot to say that both $PWD and $PWD/path/to are repositories)

Re: Combining public and private paths

2011-02-11 Thread Victor Sudakov
Can two svnserves share one repository? There will be no data corruption, will there? Daniel Shahaf wrote: Workaround: you could run two svnserves with different configs, one allowing only anonymous access and only only authenticated access. I know httpd has the problem you're describing, I

What is a baton from subversion sources?

2011-02-11 Thread Grigory Petrov
Hello. I'm learning subversion API right now and examining it's source code and examples. It's a lot of things in subversion source code that is called a baton. For example, svn_cmdline_create_auth_baton() create auth baton, and callbacks takes callback function pointer and, again, batons. I

Re: What is a baton from subversion sources?

2011-02-11 Thread vishwajeet singh
On Sat, Feb 12, 2011 at 1:01 AM, Grigory Petrov grigory@gmail.comwrote: Hello. I'm learning subversion API right now and examining it's source code and examples. It's a lot of things in subversion source code that is called a baton. For example, svn_cmdline_create_auth_baton() create

Re: Subversion Permissions Question.

2011-02-11 Thread MonicaS
On Feb 11, 3:21 am, Thorsten Schöning tschoen...@am-soft.de wrote: Guten Tag MonicaS, am Donnerstag, 10. Februar 2011 um 17:33 schrieben Sie: We are using an old version that we are going to upgrade as soon as we are confident that we understand the current configuration and setup. It

Re: diff-cmd =

2011-02-11 Thread Stefan Sperling
On Fri, Feb 11, 2011 at 12:13:36PM +0600, Victor Sudakov wrote: Ryan Schmidt wrote: [dd] This looks like http://subversion.tigris.org/issues/show_bug.cgi?id=2930 i.e., you've found the current status quo; there is no better method currently available. I have always been told

Re: svnadmin create complains about subrepositories

2011-02-11 Thread Stefan Sperling
On Fri, Feb 11, 2011 at 11:26:36AM -0500, Bob Archer wrote: Perhaps redmine doesn't require the nested projects to actually point to nested repositories? It doesn't. In redmine, each subproject has some repository location associated with it. For Subversion, that's a URL. So it can be in

Re: svnadmin create complains about subrepositories

2011-02-11 Thread Stefan Sperling
On Fri, Feb 11, 2011 at 07:16:24PM +0200, Daniel Shahaf wrote: Stefan Sperling wrote on Thu, Feb 10, 2011 at 16:59:11 +0100: But I also think that the check for an existing repository should work within any subdirectory of the repository, not just within the top-level directory of the

Re: Combining public and private paths

2011-02-11 Thread Stefan Sperling
On Fri, Feb 11, 2011 at 11:55:08PM +0600, Victor Sudakov wrote: Can two svnserves share one repository? Yes. You can run as many server instances as you like, also with different access methods (e.g. http:// and svn:// at the same time). There will be no data corruption, will there? In

Re: svnadmin create complains about subrepositories

2011-02-11 Thread Daniel Shahaf
Stefan Sperling wrote on Fri, Feb 11, 2011 at 21:10:20 +0100: On Fri, Feb 11, 2011 at 07:16:24PM +0200, Daniel Shahaf wrote: Stefan Sperling wrote on Thu, Feb 10, 2011 at 16:59:11 +0100: But I also think that the check for an existing repository should work within any subdirectory of the

RE: Subversion Permissions Question.

2011-02-11 Thread Bob Archer
On Feb 11, 3:21 am, Thorsten Schöning tschoen...@am-soft.de wrote: Guten Tag MonicaS, am Donnerstag, 10. Februar 2011 um 17:33 schrieben Sie: We are using an old version that we are going to upgrade as soon as we are confident that we understand the current configuration and

RE: What is a baton from subversion sources?

2011-02-11 Thread Bob Archer
I'm learning subversion API right now and examining it's source code and examples. It's a lot of things in subversion source code that is called a baton. For example, svn_cmdline_create_auth_baton() create auth baton, and callbacks takes callback function pointer and, again, batons. I

Re: svn externals

2011-02-11 Thread Ryan Schmidt
On Feb 11, 2011, at 08:28, Robert Bielik wrote: In my project I need to use a library that's only available using git, I wonder if there is some way to have svn:externals point to a git repo (just doing a git pull) ? svn:externals is for accessing other (or the same) Subversion repositories

Re: What is a baton from subversion sources?

2011-02-11 Thread Ryan Schmidt
On Feb 11, 2011, at 13:31, Grigory Petrov wrote: I'm learning subversion API right now and examining it's source code and examples. It's a lot of things in subversion source code that is called a baton. For example, svn_cmdline_create_auth_baton() create auth baton, and callbacks takes

Re: Subversion Permissions Question.

2011-02-11 Thread MonicaS
On Feb 11, 3:21 pm, Bob Archer bob.arc...@amsi.com wrote: On Feb 11, 3:21 am, Thorsten Schöning tschoen...@am-soft.de wrote: Guten Tag MonicaS, am Donnerstag, 10. Februar 2011 um 17:33 schrieben Sie: We are using an old version that we are going to upgrade as soon as we are

Re: svnadmin create complains about subrepositories

2011-02-11 Thread Les Mikesell
On 2/11/2011 10:22 AM, Bob Archer wrote: If I have a project that has child sub-project I really really want them to be in the same repository. Actually, I put all my projects in the same repository so I can browser them in some repository browser like T-SVN of ViewVC. Viewvc is perfectly

Re: svnadmin create repo/path - Error

2011-02-11 Thread Nico Kadel-Garcia
On Fri, Feb 11, 2011 at 2:59 AM, Rajesh Saha rajeshsaha...@gmail.com wrote: Hi No, it does. I have run this command on linux (RHEL4) on local path. It creates. However, in this case, even if I mention the full path then also, it is giving this error. Btw, the path is nfs mounted. Regards,

Dangerous to keep re-integrated branches alive?

2011-02-11 Thread Varnau, Steve (Neoview)
Hi all, My development group uses quite a bit of branching. I'm trying to train folks to delete a task branch once it is integrated and create a new one for the next task. Of course the svnbook gives the recipe for Keeping a reintegrated branch alive, by using a record-only merge to block the

Re: Dangerous to keep re-integrated branches alive?

2011-02-11 Thread Daniel Becroft
On Sat, Feb 12, 2011 at 1:10 PM, Varnau, Steve (Neoview) steve.var...@hp.com wrote: Hi all, My development group uses quite a bit of branching. I’m trying to train folks to delete a task branch once it is integrated and create a new one for the next task. Of course the svnbook gives the

Re: svn externals

2011-02-11 Thread Robert Bielik
Ryan Schmidt skrev 2011-02-11 22:20: On Feb 11, 2011, at 08:28, Robert Bielik wrote: In my project I need to use a library that's only available using git, I wonder if there is some way to have svn:externals point to a git repo (just doing a git pull) ? svn:externals is for accessing other