ideas?
Note: the environment is Solaris
Thanks,
Daniel
This is the apache log:
[error] [client 10.48.129.165] could not open dbm files. [500, #5527096]
[error] [client 10.48.129.165] Can't open activity db: Unrecognized resolver
error [500, #5527096]
On Sat, May 21, 2011 at 6:47 AM, Daniel Shahaf wrote:
> Try figuring out what the erro
d_inner_call()
> could be merged into interesting_merge() if you prefer that.
>
Thank you for the patch!
In the discussion about issue 4177, Daniel Shahaf mentioned that there was
an inconsistency about the number of times the receiver callback was
called, so it seems likely you have found that is
evprops,
> svn_boolean_t descending_order,
> ```
Thank you for the patch! I've comitted this in r1921423.
Kind regards,
Daniel
we can improve the book to be more clear in this regard -
feel free to make a suggestion.
Kind regards,
Daniel
James Fainer wrote on Wed, Oct 06, 2010 at 11:10:02 -0400:
> I would like to file a feature request but don't want to clutter the issue
> tracker inadvertently. What is the proper process?
>
To propose it on this list first.
>
>
> Jim Fainer
>
No time to test, sorry, but agreed that usernames should be
case-sensitive. Please file a bug if they aren't...
Bob Archer wrote on Fri, Oct 08, 2010 at 11:45:16 -0400:
> > On Fri, Oct 8, 2010 at 5:30 PM, Bob Archer
> > wrote:
> > > >> Hi all. I have a problem with SVN. I have the (only) user
>
肖晗 wrote on Sun, Oct 10, 2010 at 00:23:57 +0800:
> I am just new to subversion and encountered some confusion.
> I have set up a svn server on my ubuntu/linux.
> After creating an account called "test" under /var/svn(using svnadmin create
> /var/svn/test), I checked out the repository under "/home"
---
Daniel Becroft
On Mon, Oct 11, 2010 at 12:34 PM, Tech Geek wrote:
> All my repositories live under /var/lib/svn/.
>
> Let's the output of the following command (on the SVN server):
> # svn changed /var/lib/svn/projectA/
> is
> A PartA/tags/DEV-1.00_RC5/
>
>
bspath,
+ SVN_PROP_NEEDS_LOCK, scratch_pool,
+ scratch_pool));
+ if (needs_lock)
+svn_io_set_file_read_write(tmp_dst_abspath, FALSE, scratch_pool);
+}
+
if (tmp_dst_abspath)
{
svn_skel_t *work_item;
]]]
Please review the regression test :-)
Thanks,
Daniel
Daniel Shahaf wrote on Sun, Oct 17, 2010 at 05:09:37 +0200:
> Index: subversion/libsvn_wc/copy.c
> ===
> --- subversion/libsvn_wc/copy.c (revision 1023400)
> +++ subversion/libsvn_wc/copy.c (working copy)
Stefan Sperling wrote on Sun, Oct 17, 2010 at 14:43:57 +0200:
> Your patch seems to handle copies only. What about locally added files?
Does this part of the regression patch cover the scenario you have in mind?
Index: subversion/tests/cmdline/lock_tests.py
===
Nico Kadel-Garcia wrote on Sun, Oct 17, 2010 at 08:41:51 -0400:
> On Sun, Oct 17, 2010 at 3:52 AM, Alan Barrett wrote:
> > On Sun, 17 Oct 2010, Nico Kadel-Garcia wrote:
> >> > What he really wants is an alternate-universe Subversion which never
> >> > had the plaintext password storage feature in
Stefan Sperling wrote on Sun, Oct 17, 2010 at 20:54:41 +0200:
> On Sun, Oct 17, 2010 at 04:30:41PM +0200, Daniel Shahaf wrote:
> > Stefan Sperling wrote on Sun, Oct 17, 2010 at 14:43:57 +0200:
> > > Your patch seems to handle copies only. What about locally added files?
> >
Paul Maier wrote on Sun, Oct 17, 2010 at 22:30:23 +0200:
> Hi Daniel,
>
> thanks for having taken over this idea.
>
No problem.
> One question:
> Does your solution code and testing code also cover the case when the copy
> source is a URL?
>
> svn cp svn://..
'Daniel Shahaf' wrote on Mon, Oct 18, 2010 at 00:24:13 +0200:
> Paul Maier wrote on Sun, Oct 17, 2010 at 22:30:23 +0200:
> > svn cp svn://./a b
> > should also leave file b as read-write, doesn't it?
> >
>
> Should, but doesn't.
>
To build an 'svn' client that speaks only ra_svn protocol, you'll need
to port only apr and apr-util. No sqlite, no serf, no neon, no bdb.
You'll need to hack the build scripts to support such a client build.
(Oh, and the ra_svn protocol may be easier to reimplement than the
ra_dav protocol.)
R
(didn't read it all very very carefully; was too long for that)
David Weintraub wrote on Mon, Oct 18, 2010 at 09:47:32 -0400:
> Text files are stored as diffs and removing a particular
> revision of a text file won't save a lot of room in the repository.
...
> However, binary files are a bit diffe
Johan Corveleyn wrote on Tue, Oct 19, 2010 at 11:18:20 +0200:
> Maybe there is already some functionality present for protocol/feature
> negotiation, I don't know ...
All RA layers have a 'capability negotiation' support:
svn_ra_has_capability() allows the client to ask the server what it
supports
Brian Bird wrote on Tue, Oct 19, 2010 at 13:45:30 +0100:
> When committing to a branch in subversion (without the -m switch) svn
> pre-fills the editor with the filenames to be committed under a line
> "-This line, and those below, will be ignored-".
>
> Is it possible for the current branch to be
Paul Maier wrote on Wed, Oct 20, 2010 at 01:55:30 +0200:
> [Sorry, in my previous posting I forgot to mention the svn lock command.
> Here the corrected version of my posting.]
>
> Hi Daniel,
>
> I just ran into something, that might already be fixed with your r1023571,
&
to create a tigris.org account for that.)
Thanks,
Daniel
> svn cleanup should be able to repair and unlock the WC.
> Unfortunately I am not able to build the trunk from source
> myself.
>
> Here is a reproduction script that produces a corrupt WC, and no
> svn command can repair
irectory myFeature from this branch
to trunk' seems to be causing headaches. Instead, what you're after is 'take
this set of changes from this branch to trunk'.
Regards,
Daniel B.
tely so, since that field should be set
by the developers).
> Let's say, if nobody took over filing this issue till - say - weekend,
> I will then try to do it.
>
> Deal?
>
> @Daniel: Thanks for having tested this!
>
You're welcome, and thanks.
> Pau
In trunk, we have support for generating git diffs (with 'svn diff
--git'), and I believe the plan is to eventually support applying such
diffs too (via 'svn patch'). If you'd like to help with the 'svn patch'
work, please drop by the dev@ list and say hi. :-)
If you'd like to add something to co
Thanks, Paul.
I've tweaked the description to be slightly more verbose (we have
several 'svn cleanup' issues) and fixed the component (most probably
this is a bug in the library --- where the work is done --- not in the
thin layer that the cmdline client is).
Paul Maier wrote on Sat, Oct 23, 2010
Jason Heeris wrote on Tue, Oct 26, 2010 at 11:51:16 +0800:
> 1. Is there a list of these error codes anywhere? The only thing
> I've found is the documentation for a header file[2], which is not
> hugely helpful.
That header file is the canonical documentation. Some functions
document the error
Rajnish Kumar Singh wrote on Tue, Oct 26, 2010 at 14:58:46 +0530:
> Hi,
>
> I am trying to use svndumpfilter command in order to filter one of the folder
> in the entire repository.
> I just want the dump of the that specific folder.
>
> So first I created a dump file using the following command
s, try
svnadmin dump E:\Repositories\OR1234 | svndumpfilter include Test >
E:\123.dump
. Sorry for not noticing that sooner.)
Daniel
>
>
> -Original Message-
> From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
> Sent: Tuesday, October 26, 2010 5:16 PM
&g
Rajnish Kumar Singh wrote on Tue, Oct 26, 2010 at 18:44:59 +0530:
> Yes I have done that but getting an error message:
> .
> .
> .
> .
> Revision 3745 committed as 3745.
> Revision 3746 committed as 3746.
> Revision 3747 committed as 3747.
> Revision 3748 committed as 3748.
> svndumpfilter: Invalid
Rajnish Kumar Singh wrote on Tue, Oct 26, 2010 at 19:58:26 +0530:
> > svnadmin create target
> > svnsync init file://.../target file://.../OR1234/Test
> > svnsync sync file://.../target
> Please tell me that in the given command i.e : svnsync init file://.../target
> file://.../OR1234
206e 6565 642e 2020 2849 2075 7365 we need. (I use
030: 6420 7878 6428 3129 2074 6f20 7072 6f64 d xxd(1) to prod
040: 7563 650a 7468 6973 2e29 0a uce.this.).
Thanks,
Daniel
lcwakeman wrote on Wed, Oct 27, 2010 at 17:12:33 -0700:
>
> Using a hex editor, i found the b
lcwakeman wrote on Wed, Oct 27, 2010 at 13:59:28 -0700:
> The repsitory is a file system repository on a SAN disk. I am using TSVN to
> keep projects syncronised on my two machines.
@lcwakeman: Are you using file:/// URLs? If not, what is the version of
the server software? What is the version
Hoffman, Aodhan wrote on Wed, Oct 27, 2010 at 11:14:02 -0700:
>
> I am able to configure and build subversion fine now, after some config
> option tweaking, but the tests still fail half way through.
>
> I drilled down to the first failure to find out more, but based on tests.log
> it looks lik
David Aldrich wrote on Wed, Oct 27, 2010 at 15:48:40 +0100:
> Hi
>
> Please will someone explain the following error message that I received while
> updating a working copy?
>
> "XML document structures must start and end within the same entity."
> Best regards
> David
Hoffman, Aodhan wrote on Thu, Oct 28, 2010 at 06:51:08 -0700:
>
> Thanks, Daniel.
>
> I looked and found the test repository exists, but for some reason the python
> tests aren't targeting that directory, they're targeting my home directory,
> and failing.
&
Forwarding back to the list.
(@Christer, sorry for the duplicate)
Christer Edvartsen wrote on Thu, Oct 28, 2010 at 17:01:50 +0200:
> On Thu, 28 Oct 2010 16:05:47 +0200, Daniel Shahaf
> wrote:
> > Christer Edvartsen wrote on Thu, Oct 28, 2010 at 15:54:45 +0200:
> >> Some
Or even a quick-and-dirty script in C...)
>
>
> Daniel Shahaf-2 wrote:
> >
> > Can you provide a hex dump of what you just pasted? At the level the
> > bug is occurring in, it's important for us to have the actual bytes.
> >
> > 000: 4865 7265 2773 206
n the tag?
The revision used for the copy should be the revision at the time the
command was initiated (which is exactly what happened in your situation).
Otherwise, what you asked the command to operate on, and what it actually
operated on, is not the same thing.
Cheers,
Daniel B.
Enrique Porta wrote on Fri, Oct 29, 2010 at 08:17:54 +0200:
> Hi! i have an apache 2.2.15 server and i want to configure a secure folder.
>
> This is my secure configuration
>
>
Try dropping the trailing slash.
> DAV svn
> SVNParentPath /var/lib/svn
> SVNListParentPath On
>
>
http://subversion.tigris.org/issues/show_bug.cgi?id=3727
Chris Seawood wrote on Fri, Oct 29, 2010 at 10:04:17 -0700:
> Hi,
>
> I just ran across a bug in the 1.6.13 release.
>
> Historically, 'svn export $SVNROOT/$PATH .' has just exported the
> contents of $PATH into the current directory. Und
Short version: it's a bug in Google's backend, and I can reproduce it
with neon but not with serf.
(more below)
Ryan Schmidt wrote on Fri, Oct 29, 2010 at 16:24:20 -0500:
> The Pure project is trying to switch from Subversion to Mercurial, and are
> having trouble with svnsync.
>
> http://grou
Ryan Schmidt wrote on Fri, Oct 29, 2010 at 18:26:25 -0500:
> On Oct 29, 2010, at 17:11, Daniel Shahaf wrote:
>
> > Short version: it's a bug in Google's backend, and I can reproduce it
> > with neon but not with serf.
>
> > % $svn log -v -r2967 http
Campbell Allan wrote on Tue, Nov 02, 2010 at 10:49:38 +:
> The dump/load approach is also useful if you want to prune the repository
> whilst moving it. ie, if you're splitting it into several new repositories or
> prermanently removing certain paths.
You can also achieve some of these with
case.
There's not much you can do, other than get someone to update the
translations --- or jumping in and doing that yourself!
Daniel
(there is a "Translations" top-level section in the Community Guide that
explains how you can help (if you want to))
> lines 9626 - 9667 (svn help
Ryan Schmidt wrote on Wed, Nov 03, 2010 at 04:48:21 -0500:
> Minor bug report in the way Subversion prints output when I'm updating
> multiple targets, some of which have changes and some of which do not.
>
> Imagine I have directories a, b and c, and I ask Subversion to update
> all three, but on
Johan Corveleyn wrote on Wed, Nov 03, 2010 at 15:23:51 +0100:
> On Thu, Oct 28, 2010 at 3:09 PM, Daniel Shahaf
> wrote:
> > [empty reply]
>
> Huh? Was this mail supposed to contain an answer, Daniel?
>
No; it was accidentally sent.
-q
M .
M subversion/include/svn_client.h
C subversion/tests/cmdline/export_tests.py
C subversion/svn/export-cmd.c
M subversion/libsvn_client/export.c
% $svn st -q | egrep 'CHANGES|merge_tests'
%
Nice.
Daniel
[1] I'm using a build from the performance branch as my "current trunk"
build these days.
Johan Corveleyn wrote on Wed, Nov 03, 2010 at 17:18:54 +0100:
> On Wed, Nov 3, 2010 at 3:45 PM, Daniel Shahaf wrote:
> > Johan Corveleyn wrote on Wed, Nov 03, 2010 at 10:17:34 +0100:
> >> (the upcoming 1.7 release will improve the situation a bit, IIUC: the
> >> no
PGSEM Contractor 4 wrote on Wed, Nov 03, 2010 at 17:01:30 +:
> When I get to trying to run Visual Studio's command line (devenv) I can't
> locate the subversion_vcnet.sln file, nor the earlier subversion_msvc.dsw
> file.
>
> What step(s) have I missed?
>
Running gen-make.py.
Andy Levy wrote on Wed, Nov 03, 2010 at 15:04:29 -0400:
> On Wed, Nov 3, 2010 at 14:54, Andersen, Krista
> wrote:
> > Hi,
> >
> > I tried posting a question to this users list last night and I still don't
> > see it here (nor any responses). Am I being blocked? Am I being too
> > impatient?
Daniel Shahaf wrote on Wed, Nov 03, 2010 at 21:17:09 +0200:
> Andy Levy wrote on Wed, Nov 03, 2010 at 15:04:29 -0400:
> > On Wed, Nov 3, 2010 at 14:54, Andersen, Krista
> > wrote:
> > > I tried posting a question to this users list last night and
> > > I
Did you checkout over file:/// ?
Andy Levy wrote on Thu, Nov 04, 2010 at 14:04:23 -0400:
> On Thu, Nov 4, 2010 at 13:24, Gingko wrote:
> > Hello,
> >
> > I am trying to move a Subversion repository from one server (running Windows
> > XP Professional SP3) to another (running Linux Debian 5 Lenny)
PGSEM Contractor 4 wrote on Thu, Nov 04, 2010 at 11:33:40 +:
> However when I try to compile the source it complains that it can't find
> apr.h. I've rooted around subversion-deps-1.6.13.zip and found that there are
> files named apr.h.in, apr.hnw and apr.hw.
>
> What do I need to do to get
Neil Bird wrote on Thu, Nov 04, 2010 at 16:23:21 +:
> Around about 04/11/10 10:16, Giulio Troccoli typed ...
>> Maybe you could try the ls command with a URL
>
> Well, yes, if I 'ls' the repo I'm going to see what should be there.
>
> What I wanted to know was if there was any local indicat
Chris Tashjian wrote on Thu, Nov 04, 2010 at 19:01:53 -0400:
> We've been having this problem for a while now (since late in the 1.5
> releases and now right up thru 1.6.13) and I'm at a loss as to what the
> cause is.
>
> We have a single repository with approximately 129K revisions.
>
> SVNSe
Chris Tashjian wrote on Thu, Nov 04, 2010 at 19:34:37 -0400:
>
> On 11/4/2010 7:23 PM, Daniel Shahaf wrote
>> Try 'svnserve --log-file' ?
>
> Been there, done that. Endless logging of svn operations, but not a
> single stacktrace or error.
>
AFAIK we do log e
Chris Tashjian wrote on Thu, Nov 04, 2010 at 20:07:02 -0400:
>
>> AFAIK we do log errors in svnserve.
>
> I just looked at the current 540MB log file and the word "Error" only
> appears in file names committed to the repository. I don't see a single
> stacktrace in there either. So maybe svns
Rob Kooper wrote on Wed, Nov 03, 2010 at 22:54:57 -0500:
> I'm getting a core dump in mod_dav_svn, here is the backtrace:
>
...
>
> This seems to happen when a propfind is performed on the parentpath of my
> repository. Running the following curl makes the coredump happen:
>
> curl --request PR
Moving to d...@. (Please drop users@ from follow-ups.)
Summary: segfault in mod_dav_svn with PROPFIND at the SVNParentPath
location, reproducable with trunk.
Daniel Shahaf wrote on Fri, Nov 05, 2010 at 14:03:26 +0200:
> Rob Kooper wrote on Wed, Nov 03, 2010 at 22:54:57 -0500:
> > I
That seems like reasonable information to add to the download page.
John Alan Belli wrote on Fri, Nov 05, 2010 at 16:23:51 -0400:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I have the Win 2003 server set up with SASL and encryption, as
> stated earlier this week.
>
> The relevant po
1. There is a "$authenticated" keyword in addition to "$anonymous". Might help.
2. Bugfix that will be in 1.6.14: unreadable directories will not appear
in their parent directory's list of children, both in 'svn ls' and in
the listing that appears when an http:// repository is accessed in
a brows
Edward Ned Harvey wrote on Sat, Nov 06, 2010 at 20:29:18 -0400:
> > From: opensrcguru [mailto:opensrcg...@gmail.com]
> >
> > Today, the sync process started failing on 1 repo (all others were
> > unaffected) on both r/o copies at the exact same time/same revision
> > with errors similar to the fol
opensrcguru wrote on Tue, Nov 09, 2010 at 14:03:32 -0600:
> I figured it out. You can't (or refuse) to read. Quit your job and
> apply at wal-mart as a greeter.
>
This tone is completely unnecessary, Terry.
kmra...@rockwellcollins.com wrote on Wed, Nov 10, 2010 at 09:01:08 -0600:
> I finally wrote a simple script to remove dead transactions older than 1
> week. It worked
> great, but there appears to be a few old TXNs that are somehow
> corrupted/malformed.
>
> Any issues with just going into the
Klaus Ganser wrote on Tue, Nov 09, 2010 at 21:19:24 -0800:
> Hello,
>
> I have a simple feature request for the svn update command, so I'd
> like some feedback on the utility of this feature. In the past, I've
Sounds useful to me.
> wanted to perform a sparse checkout of several different parts
OSG wrote on Tue, Nov 09, 2010 at 20:58:53 -0600:
> On 11/09/2010 06:41 PM, Daniel Shahaf wrote:
> > Edward Ned Harvey wrote on Sat, Nov 06, 2010 at 20:29:18 -0400:
> >>> From: opensrcguru [mailto:opensrcg...@gmail.com]
> >>>
> >>> Today, the sync proce
Edward Ned Harvey wrote on Wed, Nov 10, 2010 at 00:28:48 -0500:
> > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
> >
> > Can you compare the contents of /path/to/file/foo/bar between the master
> > and mirror, as of the last revision successfully synced to the mir
ommit hooks or path-based authorization of some sort.
2) The 'standard' process for using trunk/branches/tags structure is:
develop on trunk, merge to a release branch, and system-test there. Once
ready, tag the branch. If a change needs to be made (ie urgent fix), then
make it on trunk, merge to the release branch, and re-tag.
Cheers,
Daniel B.
I agree that anon-access=read should work. From looking at the code,
I'm not sure whether the SASL glue logic signals "I couldn't auth this
user", or just returns an error. In the meantime, as a workaround, does
adding ANONYMOUS to the mech_list achieve the desired behaviour?
Gingko wrote on Wed
one command, no. But you can do the following:
svn checkout --depth=empty svn://host/repository/trunk trunk
cd trunk
svn update --depth=empty dir1
cd dir1
svn update --depth=empty dir1_1
cd dir1_1
svn update file1.txt
There's probably a quicker method of doing it, but you'll still need
multiple commands.
Cheers,
Daniel B.
Stefan Sperling wrote on Thu, Nov 11, 2010 at 13:29:14 +0100:
> I'm not sure what svnadmin verify is doing wrong in your case.
> But I know that there are corruptions it doesn't detect, and we're
> planning to improve this situation:
> http://subversion.tigris.org/issues/show_bug.cgi?id=3706
What'
_fs_base/notes/** and subversion/libsvn_fs_fs/structure
(I'm not sure that's exhaustive).
Daniel
(also, we were contributed an SQL backend a while ago, but nothing
happened with that and I don't know how well it'll help your use case)
> -Klaus
Chris Tashjian [mailto:ct...@thepond.com]
> > Sent: Friday, 5 November 2010 11:20
> > To: Daniel Shahaf
> > Cc: users@subversion.apache.org
> > Subject: Re: svnserve.exe (Win32) using 2GB of memory and then crashing?
> >
> >
> > > Wrong format file. P
Daniel Shahaf wrote on Fri, Nov 12, 2010 at 10:30:46 +0200:
> Fixed in 1.6.14, which will be released in a week. The CHANGES file in
> trunk already contains an appropriate entry :-)
Having a CHANGES entry implies that the fix has been backported to the
1.6.x branch already; IOW, you
Edward Ned Harvey wrote on Sat, Nov 13, 2010 at 00:23:54 -0500:
> ./configure --prefix=$INSTALLDIR --with-ssl && \
> make && \
> make install && \
> echo "" && \
> echo "installed ok: ${INSTALLDIR}/bin/svn"
set -e
./configure
make
make install
set +e
More readable?
ndpit\workingcopy\branchA\A\alpha.txt'
svn: File 'D:\temp\svn_sandpit\workingcopy\branchA\A\alpha.txt' has no text
base
Different wording, but same problem.
---
Daniel Becroft
Gingko wrote on Sat, Nov 13, 2010 at 21:18:14 +0100:
> - Original Message - From: "Daniel Shahaf"
>
> To: "Gingko"
> Cc: "Subversion User List"
> Sent: Wednesday, November 10, 2010 10:45 PM
> Subject: Re: svnserve : anonymous access
Can you try with a newer 1.7 build?
Re FOO->foo or foo->FOO, I suspect it's because we iterate some hash
table's keys (so the order of iteration is unpredictable).
Daniel
(it's actually a thread for dev@)
Daniel Becroft wrote on Mon, Nov 15, 2010 at 10:12:39 +1000:
>
Doesn't 'svn diff' say something to the effect of "A file with
name was added"?
There is also:
% $svn h diff | grep add
--show-copies-as-adds [--sca] : don't diff copied or moved files with their
source
... but I think it's only in 1.7.
Jahn Otto Andersen wrote on Mon, Nov 15, 2010 at 10:2
Might be better to ask this on the *...@httpd.apache.org lists?
Dale Bohl wrote on Mon, Nov 15, 2010 at 07:39:59 -0600:
> Hello,
>
>
>
> I've been banging my head on this one for 2 days now.
>
> I've googled this issue but it appears not many admins are using this
> and/or
>
> it could p
On Mon, Nov 15, 2010 at 11:44 PM, David Weintraub wrote:
> On Sun, Nov 14, 2010 at 7:12 PM, Daniel Becroft
> wrote:
> > Hi,
> >
> > We've recently had to rename a couple of files on trunk by case only
> (e.g.
> > FOO.C to foo.c), which we did via a UR
Notice that the 'svn propget' on alpha.txt indicates that there is no
svn:mergeinfo property available, but it gets added to beta.txt during the
rename.
Is this intended behavior?
Daniel Becroft
Stefan Sperling wrote on Wed, Nov 17, 2010 at 14:09:47 +0100:
> Note that you could also use the --accept="theirs-full" option to skip the
> interactive prompt.
>
In trunk, '--accept=tf' (using the shorthands from the interactive
resolver) also works. I've nominated the shorter spelling for 1.6.
Stefan Sperling wrote on Wed, Nov 17, 2010 at 18:13:44 +0100:
> On Wed, Nov 17, 2010 at 03:06:19PM +, LiuYan 刘研 wrote:
> > I mean, if the revprops files are not in UTF-8 encoding, don't return
> > REPORT
Small correction: it's meaningless to talk about the encoding of the
revprop files; it's
LiuYan 刘研 wrote on Thu, Nov 18, 2010 at 02:53:37 +:
> Daniel Shahaf daniel.shahaf.name> writes:
>
> >
> > Stefan Sperling wrote on Wed, Nov 17, 2010 at 18:13:44 +0100:
> > > On Wed, Nov 17, 2010 at 03:06:19PM +, LiuYan 刘研 wrote:
> > > > I me
On Tue, Nov 16, 2010 at 3:54 PM, Daniel Becroft wrote:
> Hi,
>
> I've just found (another) issue with using URL-only renames. If one of the
> parent directories has svn:mergeinfo recorded on it, then renaming a file
> via a URL results in the new file containing a full cop
DON'T DO IT THIS WAY. Follow Stefan's advice upthread.
I think it's intentional.
If we change the first command to have the semantics of the second
command, wouldn't it mean that the second command is equivalent to
'svn revert -R ./'?
If yes, we can't change it --- rather bad compatibility surprised for
everyone who's used to 'svn revert --cl foo -R
Andy Levy wrote on Sun, Nov 21, 2010 at 11:14:43 -0500:
> Subversion only caches logs on the client.
Subversion itself doesn't. I'm told TortoiseSVN does.
In Subversion 1.7, text-bases are stored in a SHA-1-keyed store (as
opposed to a pathname-based store in 1.6 and earlier), and the "old"
text-base aren't always removed as soon as there is no working copy file
corresponding to them. (I tried committing a file in one wc and
updating that file in an
Bastien Semene wrote on Tue, Nov 23, 2010 at 14:43:21 +0100:
> Is it still not possible to use file externals pointing on different
> repositories ?
It is not possible (because the code used to implement in 1.5 and 1.6
them assumes that the target URL belongs to the same repository).
I don't re
x27;s just another one of those features that the wc rewrite of 1.7 will
enable. I don't recall if this is specifically planned for 1.7 or for
later --- but the dev@/issues@ archives have a better memory :).
Daniel
>
> Le 23/11/2010 17:17, Daniel Shahaf a écrit :
>> Bastien Semen
Les Mikesell wrote on Tue, Nov 23, 2010 at 11:03:11 -0600:
> The current version uses the directory structure of your workspace to
> hold the repository information, so it sort-of makes sense that you
> can't mix files from different repositories in the same directory.
And why would this argum
On Wed, Nov 24, 2010 at 6:31 AM, Paul Burba wrote:
> On Fri, Nov 19, 2010 at 12:25 PM, Stefan Sperling wrote:
>
> Hi All,
>
> The short story, the following behaviors are intentional:
>
> A) WC-to-WC [copies | moves]: Destination only gets explicit mergeinfo
> if the source has it.
>
> B) URL-to
Michael J. Bauer wrote on Tue, Nov 23, 2010 at 19:16:32 -0500:
> It looks like svnsync is picking up the wrong version of SQLite, despite
> being compiled with the correct version. This appears to happen only on
> svnsync synchronize, but I've not exhaustively read through the logs.
I'd be
ck', by the way.)
Michael J. Bauer wrote on Wed, Nov 24, 2010 at 12:03:49 -0500:
> The only test that failed out of the 71 run by 'make check' was
> svnsync_test.py. The only things that appeared to fail within that test
> were svnsync sync. I can send the test log if
Ulrich Eckhardt wrote on Thu, Nov 25, 2010 at 09:38:25 +0100:
> Greetings!
>
> I have a scenario where I can't update a working copy while an update on an
> unrelated other working copy is in progress. The directory structure looks
> like this:
>
> projects/
> foo
> foo-test-1 *
>
Ulrich Eckhardt wrote on Thu, Nov 25, 2010 at 14:34:19 +0100:
> On Thursday 25 November 2010, Daniel Shahaf wrote:
> > Ulrich Eckhardt wrote on Thu, Nov 25, 2010 at 09:38:25 +0100:
> > > Now, what makes this special is that in the repository, the marked
> > > foo-t
We could implement support for ./foo relative externals, I suppose. It
seems you have a use case for that.
Ulrich Eckhardt wrote on Thu, Nov 25, 2010 at 12:39:15 +0100:
> Hi!
>
> I know that '../name' works as URL, why doesn't './name'? I just want an
> alias
> under a different name, that's a
1 - 100 of 2407 matches
Mail list logo