Tino Schwarze писал в своём письме Fri, 26 Mar
2010 12:27:27 +0300:
Hi Роман,
> Additional question: I can't seem to find an equivalent of "svnlook
> cat" anywhere... I wanted to avoid calling external programs - commits
> are slow enough already...
You basically need to apply repos.open,
On Fri, Mar 26, 2010 at 03:17:54PM +0100, Xavier Noria wrote:
> Even if I try to fix it by hand with
>
> svn merge -r2:2909 ^/trunk --record-only
>
> a subsequent merge still tries to get 2 through 2909. Moreover
>
> svn propget svn:mergeinfo .
>
> returns nothing.
Are you using a merg
Even if I try to fix it by hand with
svn merge -r2:2909 ^/trunk --record-only
a subsequent merge still tries to get 2 through 2909. Moreover
svn propget svn:mergeinfo .
returns nothing.
Another fact is that svn log in the branch contains everything down to r1.
Is that normal? Could it
Subversion's hardware requirement is pretty minimal. Many people find
an ordinary PC has more than enough power for a small to medium size
development group.
Remember that 99% of the time, developers are not hitting the
Subversion server. The biggest hit is a checkout. Commits and updates
usually
Hello folks... (at first sorry if my english is not the best)
I'm getting the following error during make:
ld: warning: file ../../subversion/libsvn_wc/.libs/libsvn_wc-1.so: linked to
/subversion-1.6.9/subversion/libsvn_wc/.libs/libsvn_wc-1.so: attempted
multiple inclusion of file
ld: warning:
Hi Andy
Thanks for your quick reply.
> The later. Auto-props are applied when you run svn add, so after the
> developer has added his encrypted file, he can edit the properties &
> make them right.
Actually, my previous post was incorrect - the error occurs upon add not commit:
C:\>svn add myfi
Hi all,
after I compiled apparently successfully subversion I got this error while
trying to start httpd server:
httpd: Syntax error on line 116 of /opt/data/http-2.2.15/conf/httpd.conf:
Cannot load /opt/data/httpd2/modules/mod_dav_svn.so into server:
/opt/data/subversion-1.6.9/lib/libsvn_subr-
On Fri, Mar 26, 2010 at 04:31, Sudeendra MS wrote:
>
>
> Hi ,
>
>
> Currently i can see mod_info module in our httpd.conf file .
>
> cat httpd.conf| grep mod_info
> LoadModule info_module modules/mod_info.so
>
>
> Say if i want to use the above module http://localhost/server-info , what is
> the p
On Fri, Mar 26, 2010 at 07:39, David Aldrich wrote:
> Hi
>
> Our svn config file contains the line:
>
> *.v = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL
>
> This assumes that .v files are Verilog text files. However, one of our
> developers has a third party encrypted .v fi
Hi
Our svn config file contains the line:
*.v = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL
This assumes that .v files are Verilog text files. However, one of our
developers has a third party encrypted .v file that he wants to add. The file
is binary because it is encryp
Hi,
thanks for your reply!
Am Donnerstag, 25. März 2010, 12:48 schrieb Jon Foster:
> Tobias wrote:
> > I have a project with two different repositories,
> > that I want to merge into one common repository.
>
> Would "svndumptool merge" do what you want?
>
> http://svn.borg.ch/svndumptool/
A co
--- On Thu, 4/3/10, sandy k wrote:
From: sandy k
Subject: svn load error
To: users@subversion.apache.org
Date: Thursday, 4 March, 2010, 5:21 PM
Hi,
I have a svn hotcopy which is 3 months old and 20G in size. Now i wanted to
restore / load this dump to new created svn repository But getting t
Hi Роман,
On Thu, Mar 25, 2010 at 06:56:26PM +0300, Роман Донченко wrote:
>> Back to python: I managed to use the Python bindings to get a value from
>> the config file (I didn't want to reinvent the wheel) like this:
>>
>> ***
>> from svn import repos, fs, delta, core, client
>>
>> def main(pool
hi,
why this happenning when execute #apachectl stop
#ldd mod_dav_svn.so
libsvn_repos-1.so.0 =>
/root/subversion-1.6.9/subversion-1.6.9/subversion/libsvn_repos/.libs/libsvn_repos-1.so.0
(0x00c98000)
libsvn_fs-1.so.0 =>
/root/subversion-1.6.9/subversion-1.6.9/subversion/libsvn_fs/.libs/l
Hi ,
Currently i can see mod_info module in our httpd.conf file .
cat httpd.conf| grep mod_info
LoadModule info_module modules/mod_info.so
Say if i want to use the above module http://localhost/server-info , what is
the process ?
Currently when i look the above link
With Kind Regards
Sudhi
Hi,
There is no specified hardware requirement to host the subversion. Only one
thing is, according to the size of you SVN repositories, you need add the
required size of hard disk in your physical machine.
Thanks,
Venkata Badipatla | Systems Engineer - Configuration Management (Professional &
Hi ,
We are Planning to migrate Subversion from VM to Physical machine.Pls can
anybody point me to Hardware requirement to host Subversion .
With Kind Regards
Sudhi
On Mar 26, 2010, at 02:06, kudiejlq wrote:
> I did things that INSTALL told me and the run
> #./configure
> #make
> and there is no error message have been raised, but I can not find
> mod_dav_svn.so any where after make return successfully
What configure arguments did you use? You'll need at l
Aren't you missing 'make install' as well?
Cheers /Erik
2010/3/26 kudiejlq
> Hi,
> I have met a problem when install sebverion 1.6.9 on RedHat ES 4.5.
>
> I did things that INSTALL told me and the run
> #./configure
> #make
> and there is no error message have been raised, but I can not find
>
Hi,
I have met a problem when install sebverion 1.6.9 on RedHat ES 4.5.
I did things that INSTALL told me and the run
#./configure
#make
and there is no error message have been raised, but I can not find
mod_dav_svn.so any where after make return successfully
what is the problem?
thanks.
20 matches
Mail list logo