On Tue, May 17, 2011 at 09:56:56AM +0200, Daniel Shahaf wrote:
> The latter. Though from memory it's a one-line change to
> libsvn_repos/fs-wrap.c.
>
> (no time right now or I'd give a better pointer)
If such a patch was written we should probably add this as an option
specified somewhere in the
Hi,
I have a workarea where I merged in some changes from a completely
different repository. One of the changes was the creation of a link.
After checking in I see that the link is ok in my workarea but not in
any other workarea.
This due to the missing svn:special keyword that was not checke
CC += dev@
I haven't tried with 1.6.x, but merging a symlink-add from a foreign
repository does result in bogus state with current trunk:
[[[
% $svn merge -c r922451
https://svn.apache.org/repos/asf/subversion/site/publish/
--- Merging (from foreign repository) r922451 into '.':
Afaq.e
Hi,
I have a small script that reproduces the problem:
dir=$PWD
svnadmin create a
svnadmin create b
svn co file://${dir}/a ca1
svn co file://${dir}/b cb1
cd ${dir}/ca1
touch file
svn add file
svn ci -m "Added file"
ln -sf file link
svn add link
svn ci -m "Added link"
cd ${dir}/cb1
sv
I committed
http://svn.apache.org/viewvc?view=rev&revision=r1104092
before I saw this mail from you.
(please add dev@ to CC if needed)
Christoph Bartoschek wrote on Tue, May 17, 2011 at 11:06:47 +0200:
> Hi,
>
> I have a small script that reproduces the problem:
>
> dir=$PWD
>
> svnadmin creat
Hello Thorsten,
What happens here is that we have a module with base classes, and all other
classes inherit from one in this module. Sometimes we alter something on one of
these classes that cause an impact on the subclasses, forcing us to also commit
them.
Commiting the modules separately is
On Mon, May 16, 2011 at 2:41 AM, Andreas Tscharner
wrote:
>> I am commiter in the Apache Wave project which was accepted
>> into the Apache incubator. We already migrated our issues
>> from the googlecode to the Jira and the next step is
>> migration of the source code into the Apache SVN from
>>
Daniel Shahaf wrote on Tue, May 17, 2011 at 09:56:56 +0200:
> The latter. Though from memory it's a one-line change to
> libsvn_repos/fs-wrap.c.
>
See svn_repos_fs_revision_prop()
> (no time right now or I'd give a better pointer)
>
> Ricardo Smania (Desenv) wrote on Mon, May 16, 2011 at 13:33
Srivastava, Vishal wrote on Mon, May 16, 2011 at 13:39:22 -0400:
> -- completed all in neon
> -- making all in serf
> /usr/cvs/subversion/subversion-1.6.16/apr/libtool --silent --tag=CC
> --mo
> de=link gcc -Wl,-brtl -static -o test/serf_get -lm
> /usr/cvs/subversion/subv
> e
I am having trouble checking in to SVN only. I can check out fine.
I seem to be denied access to this folder:
https:// OurDomain /svn/ OurProjectName /!svn/act/GUID
however, the developer next to me can log into our server with his login on my
machine and check in just fine.
Here is the text f
10 matches
Mail list logo