ory to SVN. What should i do? Any
advice is appreciated.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
ly I need some immediate
workaround :(
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
reate the dump file from.
The CVS repository in question (with the size 54M with 17751 files) is
exactly one project. It's the history of a geographical DNS zone for
more than 10 years.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
es well.
I wonder if cvs2svn is to blame that it produces a dump svnadmin
cannot load. Or I am always risking that "svnadmin dump" may one day
produce a dump a subsequent "svnadmin load" will be unable to swallow?
I mean, if by hook or by crook, by using third party utilities like
svndumptool, I will eventually be able to convert this project from
CVS to SVN. Is there a chance that a subsequent dump will be again
unloadable?
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
;, result_checksum=0x2852a110,
pool=0x2852a018) at subversion/libsvn_fs_fs/tree.c:2615
#9 0x280bf44e in svn_fs_apply_text (contents_p=0xbfbfe904, root=0x5aef8058,
path=0x2852a080 "ns2/trunk/tomsk.ru/SOA",
result_checksum=0x2852a0e8 "b03cbddfbc11be113cbf675862eb971e",
pool=0x2852a018) at subversion/libsvn_fs/fs-loader.c:1096
---Type to continue, or q to quit---
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
han one huge
> dumpfile.
cvs2svn-2.3.0_2 does not seem to have such an option:
"cvs2svn: error: no such option: --sharded-output"
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
ed infinity kB
maxprocesses 5547
openfiles 11095
sbsize infinity bytes
vmemoryuse infinity kB
pseudo-terminals infinity
swapuse infinity kB
$ uname -srm
FreeBSD 8.1-RELEASE-p2 i386
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
lready trying it but it turns out not as easy as it seems. I
will share what comes of it.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
--deltas option dramatically decreases
the dump size (it becomes megabytes instead of gigabytes).
Unfortunately cvs2svn cannot do deltas. I will try to load on a
64-bit machine and dump it back with the --deltas option.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
0
Starting Subversion r10775 / 23520
ERROR: svnadmin failed with the following output while loading the dumpfile:
$
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
s, after moving everything back I will not be able to
do "svnadmin dump" on an i386 system, perhaps unless I write some
script which will iterate and keep track of dumped revision numbers.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
ng directory size being 120M. Besides, after several
thousand commits to this directory SVN slows down considerably. This
must be some design flaw (or peculiarity if you like) of SVN.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
Les Mikesell wrote:
> >On Tue, Feb 08, 2011 at 11:32:47PM +0600, Victor Sudakov wrote:
> >>After the 15000th commit, the size of the repository on disk is 5.5G
> >>with the working directory size being 120M. Besides, after several
> >>thousand commits to this dire
I use the FSFS backend if it makes any difference.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
the valid user, but there is no anonymous access to anyone
even to svn://myserver/foo despite the "$anonymous = r" clause.
What am I doing wrong?
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
tion.
I have found some tricky solutions for the http access method (like
defining two aliases for the same repository), but none for the
svnserve method. Any help?
Victor Sudakov wrote:
>
> I am trying to setup the following policy: a private repository with
> some public paths. Is such c
have created a shell alias for the "svn diff"
command, but I am curious what the correct ~/.subversion/config syntax
is to achieve what I want?
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
ity to come across bugs), but my rate of tripping on all the
subversion rakes is alarming.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
is issue and it
> has been open since Oct. 2009:
> http://subversion.tigris.org/issues/show_bug.cgi?id=3516
>
> Anyway, I could be totally wrong here, but I do not think what you
> want to do is possible with svnserve. I hope I am mistaken, but if
> not, sorry to be the bearer o
x27;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:
> > == conf/authz:
> > [/]
> > @noc = rw
> >
> > [/foo]
> > $anonymous = r
> > $authenticated
itories are the default and
> they don't have that issue.
Do they have some locking mechanism?
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
similar Web frontend.
3. There should be no restriction on the contents of the repository (I
plan to keep and publish texts and articles there, not software code).
If you happen to know about such a service (except setting it up
for myself), please share. TIA.
--
Victor Sudakov, VAS4-RIPE, VAS47
--
> From: Victor Sudakov [mailto:suda...@sibptus.tomsk.ru]
> Sent: Friday, January 20, 2012 5:54 PM
> To: users@subversion.apache.org
> Subject: SVN hosting with WebSVN?
>
> Colleagues,
>
> It can be sort of a FAQ, but I could not find it in the archives.
>
> Can
merging:
r3041
r3051
r3054
r3055
Why does it suggest merging revisions which were committed before
branches/FOO was even forked? When I tried to merge nonetheless, some weird
conflicts arose. Have I done something wrong?
--
Victor Sudakov,
VAS4-RIPE, VAS47-RIPN sip:suda...@sibptus.tomsk.ru
vance for any input.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
efore/after DIGEST-MD5, or that it is
> before/after ANONYMOUS? These are quite different situations...
Right now GSSAPI comes before DIGEST-MD5 and this is fine with me. I
just don't want this order to change suddenly with a new version of
subversion or cyrus-sasl or something, because it will break SSO.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
is obtained
> directly from SASL:
[dd]
>
> so you'd have to look up in the SASL docs how to configure the ordering of
> mechanisms. (I don't know offhand how to configure that.)
I was unable to find this in the SASL docs. It only says that
mech_list is a "Whitespa
x27;s the client
> that should select the preferred mechanism from the list offered by the
> server, not just the first one.
So we seem to have a stalemate situation. The SASL library believes
the client should select the preferred mechanism, whereas the Subversion
client relies on &qu
structive to summarize the problem on the dev@
> list so that you or someone else can resolve it.
I have. Please follow up in dev@
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
at am I doing wrong?
If I dump/load the complete repository (without svndumpfilter), the
operation is successful. But I don't need all the files from the old
repository.
Any advice is greatly appreciated.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
kdir --parents file://$(pwd)/test2/cisco/trunk' at this point.
>
> > $ svnadmin load test2 < tmp/test1.svn
Thanks a lot for your help!
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
roblem.
Thanks in advance for any input.
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:suda...@sibptus.tomsk.ru
I think this is the issue I have hit:
http://subversion.tigris.org/issues/show_bug.cgi?id=3394
Does anyone know if there is any progress with this problem?
Victor Sudakov wrote:
> Dear Colleagues:
>
> I have two Kerberos realms: SIBPTUS.RU and SIBPTUS.TOMSK.RU with
> mutual trust.
&
33 matches
Mail list logo