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 othe
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
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
On Fri, Feb 11, 2011 at 2:59 AM, Rajesh Saha 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,
> Rajesh
Get *o
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
On Feb 11, 3:21 pm, Bob Archer wrote:
> > On Feb 11, 3:21 am, Thorsten Schöning
> > 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
> > >
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 t
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 reposito
> 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,
> bat
> On Feb 11, 3:21 am, Thorsten Schöning
> 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.
>
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
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 gener
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
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
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
On Feb 11, 3:21 am, Thorsten Schöning 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 should be
On Sat, Feb 12, 2011 at 1:01 AM, Grigory Petrov wrote:
> 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",
> an
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
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,
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)
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?
>
Y
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:
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: Repo
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 tr
> Am Thu, 10 Feb 2011 14:27:17 -0600
> schrieb Ryan Schmidt :
>
> >
> > $ 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
> > README.txt db
> 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 :
> > > > On Feb 10, 2011, at 09:59, Stefan Sperling wrote:
> > > > >> and can you please add an --force swi
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
Hi!
My idea/request is to make the config dir configurable via an envvar, e.g.
SUBVERSION_CONFIG=~/.subversion.
Shall I report that to the issue tracker?
Kind regards,
Dennis
P.S: Please CC me, since I am not on this list.
signature.asc
Description: This is a digitally signed message part.
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 merg
On Fri, Feb 11, 2011 at 02:59, Rajesh Saha 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 put a repository on
> -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 :
>
> >
> > $
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 t
Am Thu, 10 Feb 2011 14:27:17 -0600
schrieb Ryan Schmidt :
>
> $ 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
> README.txtdb h
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
understand
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 wrote:
>
> -Original
35 matches
Mail list logo