> From: Stefan Sperling [mailto:s...@elego.de]
>
> > It's 100% consistent. I get the same checksum error, on the same file,
> every time. I have a supposed "good" copy of the slave repo, at rev
4050...
> which will fail every time at 4061 (or something like that)... The only
> explanation I can
Update to 1.6.13 *now* . I assume you're using RHEL 5 or CentOS 5,
which is pinned at version 1.4.2? RPMforge has the updates available.
They're absolutely worth using, there are so many performance
improvements and security updates available that there is just no
point in sticking with the old one
I have this error that I have searched the net for,and found a lot of incidents
similar, but I cannot find a way to resolve this. The error is well known, I
think :
svnsync: Cannot accept 'svn:ignore' property because it is not encoded in UTF-8
The error looks straightforward, something fishy
On Thu, Nov 11, 2010 at 9:10 AM, San Martino wrote:
> Hello,
>
> Suppose you have a layout like this:
> /trunk
>/dir1
> /dir1_1
> file1.txt
> file2.txt
> /dir1_2
>
> Is there a way with one command to sparse-checkout al the elements
> of the path to file1.txt (in
Hi,
there's no way to do that, not even with multiple commands. You can only decide
to have all direct children for a directory (depth=immediates) or none
(depth=empty). So you'll always have file2.txt alongside file1.txt. Other than
that, there's no way that I know of that allows checking out
Hello,
Suppose you have a layout like this:
/trunk
/dir1
/dir1_1
file1.txt
file2.txt
/dir1_2
Is there a way with one command to sparse-checkout al the elements
of the path to file1.txt (included) but no more than those elements ?
That is, the local working c
On Wed, Nov 10, 2010 at 8:41 AM, Daniel Shahaf wrote:
> Sounds useful to me.
I've submitted the feature request:
http://subversion.tigris.org/issues/show_bug.cgi?id=3748
Thanks,
Klaus
- Original Message -
From: "Daniel Shahaf"
To: "Gingko"
Cc: "Subversion User List"
Sent: Wednesday, November 10, 2010 10:45 PM
Subject: Re: svnserve : anonymous access not working
I agree that anon-access=read should work. From looking at the code,
I'm not sure whether the SASL gl
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
Hello Ryan,
Of course the cleanest way is to checkout the whole trunk/ and tag the
trunk each time.
A single checkout of the whole / directory is tens of GB over a
network (non-LAN), multiply this for all the deveopers.
The solution does not scale well even if checkout with --depth is
disabled. F
Ok admittedly, this might be a server configuration issue instead of
specifically SVN, but I can't say for sure.
I have a two different client machines, both updating from the same source
repo. Both machines use the same version of SVN (1.4.2), the same kernel,
and the same sudoers configuration.
-Original Message-
From: Klaus Ganser [mailto:kgan...@gmail.com]
Sent: Wednesday, November 10, 2010 2:43 PM
To: Feldhacker, Chris
Cc: users@subversion.apache.org
Subject: Re: History of a fixed path across all objects
>> On Wed, Nov 10, 2010 at 12:19 PM, Feldhacker, Chris
>> wrote:
>> I
Ok admittedly, this might be a server configuration issue instead of
specifically SVN, but I can't say for sure.
I have a two different client machines, both updating from the same source
repo. Both machines use the same version of SVN (1.4.2), the same kernel,
and the same sudoers configuration.
On Wed, Nov 10, 2010 at 12:19 PM, Feldhacker, Chris
wrote:
> I think you want the "--ignore-ancestry" option:
svn log does not support that option.
On Wed, Nov 10, 2010 at 12:09 PM, Ryan Schmidt
wrote:
> Are you sure? I think what the others are trying to tell you is that the
> repository does not store this information, so there is not a way that any
> client could return this information to you without doing an exhaustive
> search.
I k
On 11/10/2010 2:05 PM, Klaus Ganser wrote:
On Wed, Nov 10, 2010 at 11:48 AM, Les Mikesell wrote:
If something is deleted and recreated there is no history connecting them
even if those things have the same name, so what you are asking for doesn't
really exist. Maybe you could 'svn log -v' a pa
On Thu, Nov 11, 2010 at 4:26 AM, Jonathan dos Santos <
jonat...@prioriti.com.br> wrote:
> Hello, first of all if I’m infringing any rule on the mailing list I’m
> really sorry. I’ve tryied searching but couldn’t find a good phrase to
> describe my problem.
>
>
>
> I’m pretty new to svn and versio
I think you want the "--ignore-ancestry" option:
http://svnbook.red-bean.com/nightly/en/svn.ref.svn.html#svn.ref.svn.sw
-Original Message-
From: Klaus Ganser [mailto:kgan...@gmail.com]
Sent: Wednesday, November 10, 2010 1:37 PM
To: David Weintraub
Cc: users@subversion.apache.org
Subje
On Nov 10, 2010, at 14:09, San Martino wrote:
> we are porting hundreds of projects from an old versioning system to
> subversion. We would like to make use of the trunk, tag and branch
> concepts.
> For the convertion we used an automatic tool which preserved the
> original layout under trunk/ .
On Sun, Nov 07, 2010 at 12:48:01PM -0500, Edward Ned Harvey wrote:
> I do think it's a bug, but I was never able to find enough info to make it
> into a bug report. I kept all the good & bad versions of the repository...
> I ran the "svnadmin verify" all over the place (which is enormously tim
Hello,
we are porting hundreds of projects from an old versioning system to
subversion. We would like to make use of the trunk, tag and branch
concepts.
For the convertion we used an automatic tool which preserved the
original layout under trunk/ . By looking at the layout, one problem
is that the
On Nov 10, 2010, at 14:05, Klaus Ganser wrote:
> It would be absurd if the command to generate a
> view of this one path took as long as the command to view the history
> of the entire repository. I'm saying that this is a valid use-case
> that the svn cli does not currently satisfy, but one whi
On Wed, Nov 10, 2010 at 11:48 AM, Les Mikesell wrote:
> If something is deleted and recreated there is no history connecting them
> even if those things have the same name, so what you are asking for doesn't
> really exist. Maybe you could 'svn log -v' a parent or the top level of the
> repo and
- Original Message -
From: "Gingko"
To: "Subversion User List"
Sent: Wednesday, November 10, 2010 5:39 PM
Subject: svnserve : anonymous access not working
Hello,
I have a problem with svnserve :
I want to configure it for allowing anonymous users to read it, but this
don't work :
i
On 11/10/2010 1:39 PM, opensrcguru wrote:
Correct. A new/fresh resync from r0 (including the previously troubled
revision) to latest completes successfully with no errors. That
process was the last in my troubleshooting process and is how I worked
around the problem.
--
In my case, I do no
On 11/10/2010 1:22 PM, Klaus Ganser wrote:
Hello,
I originally asked this question on stackoverflow:
http://stackoverflow.com/questions/4140377/svn-log-of-a-fixed-path-across-copies-and-moves
Nobody seems to have a good solution to getting the history of a
specific path across all objects that
On Wed, Nov 10, 2010 at 10:49 AM, Daniel Shahaf wrote:
> 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]
>> >>>
>> >>> Toda
On Wed, Nov 10, 2010 at 11:32 AM, David Weintraub wrote:
> You want the entire history of a file called "bar.java" in the path
> /foo/bar/barfoo from revision #1 to the current revision -- even
> though it isn't the same bar.java at that location?
>
> Is this correct?
Yes, that is correct.
So, exactly what are you asking for?
I have a file /foo/bar/barfoo/bar.java.
You want the entire history of a file called "bar.java" in the path
/foo/bar/barfoo from revision #1 to the current revision -- even
though it isn't the same bar.java at that location?
Is this correct?
--
David Weintr
Hello,
I originally asked this question on stackoverflow:
http://stackoverflow.com/questions/4140377/svn-log-of-a-fixed-path-across-copies-and-moves
Nobody seems to have a good solution to getting the history of a
specific path across all objects that ever lived in that path. I've
been trying t
On Wed, Nov 10, 2010 at 06:41:41PM +0200, Daniel Shahaf wrote:
> 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 us
Hello, first of all if I'm infringing any rule on the mailing list I'm
really sorry. I've tryied searching but couldn't find a good phrase to
describe my problem.
I'm pretty new to svn and version control so this question may be very
elementary:
In our company we use SVN to manage the sourc
> > SvnAnt uses the svnClientAdapter.jar, which in turn uses one of:
> >
> > (1) JavaHL - Java/JNI to C++ core library interface [1]
> > (2) SvnKit - pure Java implementation [2]
> > (3) command line client, for example [3]
> With regards to the Windows Subversion Client. If several scripts are
>
Daniel Shahaf wrote on 11/10/2010 10:35:16 AM:
> > 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 fsfs db/tran
On Tue, Nov 9, 2010 at 4:56 PM, Andy Levy wrote:
> On Tue, Nov 9, 2010 at 16:30, Phil Pinkerton wrote:
>> 1) Does Tortoise just send command to the Subversion Windows Command
>> Line client?
>
snip ...
>> 5) Does Tortoise and/or Subversion Windows Command Line client
>> installed on the server
On Wed, Nov 10, 2010 at 9:45 AM, Ludwig, Michael
wrote:
>> >> 4) Is the another GUI Subversion client that has better performance
>> >> when content is being checked out to a Windows network drive.
>> >
>> > You won't find much variation, because they almost all use the same
>> > core libraries or
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 mirror?
>
> The latest rev w
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 process started failing on 1 repo (all others were
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
Hello,
I have a problem with svnserve :
I want to configure it for allowing anonymous users to read it, but this
don't work :
if I checkout (using TortoiseSVN), I am always asked to supply my password.
If I do it, the checkout works fine.
Otherwise I cannot checkout.
And if I click "OK" (in t
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
Dear Subversion community,
We've just released codeBeamer 5.5, the latest version of our Agile ALM tool,
that tightly
integrates with Subversion external- and internally managed repositories.
In this version, we introduce among others:
* Multi-project Release Management
* Support for Scrum and
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 fsfs db/transactions directory and
removing
the offending named directory manually?
> >> 4) Is the another GUI Subversion client that has better performance
> >> when content is being checked out to a Windows network drive.
> >
> > You won't find much variation, because they almost all use the same
> > core libraries or code.
>
> What about SvnAnt ?
SvnAnt uses the svnClientAdap
On Tue, Nov 9, 2010 at 4:56 PM, Andy Levy wrote:
> On Tue, Nov 9, 2010 at 16:30, Phil Pinkerton wrote:
>> 1) Does Tortoise just send command to the Subversion Windows Command
>> Line client?
>
> No, it is not a wrapper. TortoiseSVN is built on top of the Subversion
> client libraries.
>
>> 2) Ca
Hi Stefan,
> -Original Message-
> From: Stefan Sperling [mailto:s...@elego.de]
> Sent: Monday, November 08, 2010 6:16 PM
> To: Jans Ullrich
> Cc: jus...@honesthacker.com; andy.l...@gmail.com; markp...@gmail.com;
> users@subversion.apache.org
> Subject: Re: Update and Status in large workin
Hello
doing :
svn.exe export --force --ignore-externals d:\\somedev .
I have the problem
if I split the call like:
svn.exe export --force --ignore-externals d:\\somedev\dir1 .\dir1
svn.exe export --force --ignore-externals d:\\somedev\dir2 .\dir2
I don't have the problem
---
On Wed, Nov 10, 2010 at 05:08, SINGER Guillaume wrote:
>
Dumpfiles/crash reports are *much* more useful if you include details
about exactly what you were doing when it happened, and how to
reproduce it.
Moved to the Subclipse forum:
http://svn.haxx.se/subusers/archive-2010-11/0006.shtml
Moved to the Subclipse forum:
http://svn.haxx.se/subusers/archive-2010-11/0007.shtml
svn-crash-log20101110110621.log
Description: svn-crash-log20101110110621.log
svn-crash-log20101110110621.dmp
Description: svn-crash-log20101110110621.dmp
> SVNAnt is part of the Subclipse project and has its own set of mailing
> lists which may be better suited to your questions & concerns.
> http://subclipse.tigris.org/ds/viewForums.do
Thanks, I subscribed to that forum and posted my SvnAnt questions there. Looks
like it takes more time for the m
> -Original Message-
> From: Shaun Martin [mailto:smar...@akazaresearch.com]
> Sent: 09 November 2010 18:33
> Subject: SVN mixed public\restricted access, please help!
>
> Hi All,
>
> Ok I am trying to achieve a repository that at its base level
> everyone has read-only access without
53 matches
Mail list logo