On Oct 14, 2011, at 19:30, Daniel Shahaf wrote:
> Ryan Schmidt wrote on Fri, Oct 14, 2011 at 19:18:44 -0500:
>> When svn:eol-style is set to ANY value, the file is stored in the
>> repository with LF line endings, and converted to the desired EOL
>> style by the client on checkout or export (and co
Ryan Schmidt wrote on Fri, Oct 14, 2011 at 19:18:44 -0500:
> When svn:eol-style is set to ANY value, the file is stored in the
> repository with LF line endings, and converted to the desired EOL
> style by the client on checkout or export (and converted by the client
> to LF line endings before bei
On Oct 14, 2011, at 18:52, Johan Corveleyn wrote:
> Ah, but git-svn doesn't seem to honor the invariant that files with
> native eol-style *must* be converted to LF by the client. By not doing
> this, they break things for every other svn client using the same
> repository. So this is clearly a bug
On Fri, Oct 14, 2011 at 12:40 PM, Ryan Schmidt <
subversion-20...@ryandesign.com> wrote:
>
> On Oct 14, 2011, at 05:04, Markei54545 wrote:
>
> > When I add a project to Subversion, it asks for the repository URL. It
> > will accept the name of a local test repository that I created (c:
> > \zip) bu
On Fri, Oct 14, 2011 at 4:56 PM, Daniel Shahaf wrote:
> Johan Corveleyn wrote on Fri, Oct 14, 2011 at 16:25:46 +0200:
>> These "modified" files can also cause tree conflicts (which can
>> generate quite some WTF's).
>>
>
> Tree conflicts? How? I'd have expected (full-file) text conflicts only.
Hello,
Not quite sure where to go with those questions. Maybe they are known
bugs, maybe they are known limitations?
I have some portions of my hard-disk mounted as folders on others. E.g:
C:\mycheckout is not a normal folder, but a mounted partition.
A long time ago I was told that the pro
On Fri, Oct 14, 2011 at 11:58 PM, Stefan Sperling wrote:
> On Fri, Oct 14, 2011 at 03:25:55PM +1300, Talden wrote:
>> Is there a short-hand for listing eligible revisions in a mergeinfo query?
>>
>> To avoid expensive (sometimes several minutes on <1.7) empty merge
>> calls, it is handy to find ou
On Fri, Oct 14, 2011 at 11:46 PM, Stefan Sperling wrote:
> On Fri, Oct 14, 2011 at 03:20:05PM +1300, Talden wrote:
>> On Fri, Oct 14, 2011 at 1:12 PM, Stefan Sperling wrote:
>> > On Fri, Oct 14, 2011 at 01:08:28PM +1300, Talden wrote:
>> >> Was there a reason that 'svn relocate' was designed to n
On Oct 14, 2011, at 11:51, Andreas Krey wrote:
> On Fri, 14 Oct 2011 11:39:14 +, Ryan Schmidt wrote:
>
>> In which case it would be simpler to just install Subversion on the server,
>> have a working copy on the server, and run "svn up" on the server (which
>> will transfer only the change
On Fri, 14 Oct 2011 11:39:14 +, Ryan Schmidt wrote:
...
> For example, one common reason why people think they want to export only the
> changed files is so that they can then upload those changed files to a server.
This would have the undesirable property of not removing files that have
been
On Oct 14, 2011, at 05:04, Markei54545 wrote:
> When I add a project to Subversion, it asks for the repository URL. It
> will accept the name of a local test repository that I created (c:
> \zip) but will not accept the name or (path or unc or mapped drive) to
> the repository on the server.
>
>
On Oct 14, 2011, at 05:44, Andy Levy wrote:
> On Fri, Oct 14, 2011 at 02:40, Waseem Shahzad wrote:
>> Thanks for your ACK.
>>
>> Any hint?
>
> As Ryan suggested, if you can explain *why* you think you need this,
> an alternate may be suggested.
For example, one common reason why people think the
Johan Corveleyn wrote on Fri, Oct 14, 2011 at 16:25:46 +0200:
> These "modified" files can also cause tree conflicts (which can
> generate quite some WTF's).
>
Tree conflicts? How? I'd have expected (full-file) text conflicts only.
> You can identify the corrupt files easily by taking a look a
On Fri, Oct 14, 2011 at 3:54 PM, Stefan Sperling wrote:
> On Fri, Oct 14, 2011 at 05:43:03PM +0400, Konstantin Kolinko wrote:
>> Hi!
>>
>> One of committers in Apache Tomcat project is experimenting with Git
>> <-> Subversion integration.
>>
>> A result is that in the last few days several commits
The file has CR's in r1183340 but not in r1183339. Yes, since it has
svn:eol-style set, it is supposed to be stored in LF on the server.
Konstantin Kolinko wrote on Fri, Oct 14, 2011 at 17:43:03 +0400:
> Hi!
>
> One of committers in Apache Tomcat project is experimenting with Git
> <-> Subversio
On Fri, Oct 14, 2011 at 05:43:03PM +0400, Konstantin Kolinko wrote:
> Hi!
>
> One of committers in Apache Tomcat project is experimenting with Git
> <-> Subversion integration.
>
> A result is that in the last few days several commits produced diffs
> for entire file. An example:
>
> http://svn.
Adding dev@tsvn as cc.
2011/10/14 Andreas Krey :
> On Fri, 14 Oct 2011 08:23:21 +, Cooke, Mark wrote:
> ...
>> > Subversion encountered a serious problem.
>> >
>> > Please search the mailing list archives for the error message, as
>> > a solution may already be available (this also avoids repo
Hi!
One of committers in Apache Tomcat project is experimenting with Git
<-> Subversion integration.
A result is that in the last few days several commits produced diffs
for entire file. An example:
http://svn.apache.org/viewvc?view=revision&revision=1183340
http://svn.apache.org/viewvc/tomcat/t
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
(users@subversion.apache.org)
with as much information as possible about what
you were trying to do.
But
On Fri, Oct 14, 2011 at 12:33:08AM +0200, Max Voit wrote:
> Hi,
>
> developing an application dealing with many repositories the existence
> of paths within that repositories had to be checked.
> Using something like:
>
> my $repos = SVN::Repos::open($localpath) or die "no such repo";
> m
On Fri, Oct 14, 2011 at 03:25:55PM +1300, Talden wrote:
> Is there a short-hand for listing eligible revisions in a mergeinfo query?
>
> To avoid expensive (sometimes several minutes on <1.7) empty merge
> calls, it is handy to find out whether merge would actually do
> anything - the current comm
Stefan Sperling wrote on Fri, Oct 14, 2011 at 02:12:55 +0200:
> On Fri, Oct 14, 2011 at 01:08:28PM +1300, Talden wrote:
> > Was there a reason that 'svn relocate' was designed to not just switch
> > the containing working copy when you're in a sub-folder of it?
>
> See http://svn.haxx.se/users/arc
Does it also reproduce if you remove the revision_root() call?
What does Perl invoke when an object becomes unreferenced or falls out
of scope?
Max Voit wrote on Fri, Oct 14, 2011 at 00:33:08 +0200:
> Hi,
>
> developing an application dealing with many repositories the existence
> of paths withi
[ switching list, please drop users@ from further replies ]
Konstantin Kolinko wrote on Fri, Oct 14, 2011 at 11:43:14 +0400:
> 2011/10/14 Andrey Paramonov :
> > On 13.10.2011 22:31, Ryan Schmidt wrote:
> >>
> >> On Oct 13, 2011, at 06:51, Andrey Paramonov wrote:
> >>
> > I believe Subversion c
On Fri, Oct 14, 2011 at 03:20:05PM +1300, Talden wrote:
> On Fri, Oct 14, 2011 at 1:12 PM, Stefan Sperling wrote:
> > On Fri, Oct 14, 2011 at 01:08:28PM +1300, Talden wrote:
> >> Was there a reason that 'svn relocate' was designed to not just switch
> >> the containing working copy when you're in
On Fri, Oct 14, 2011 at 02:40, Waseem Shahzad wrote:
> Thanks for your ACK.
>
> Any hint?
As Ryan suggested, if you can explain *why* you think you need this,
an alternate may be suggested.
> -Original Message-
> From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com]
> Sent: Thursda
Please consider
with as much information as possible about what you were trying to do.
-
and
first search the mailing list archives for the error message
---
I've asked Stefan Küng to change the text, cc: dev@svn bcc: users@svn,
a couple of days ago.
I like your suggested text though.
Cooke, Mark wrote on Fri, Oct 14, 2011 at 08:23:21 +0100:
> Folks,
>
> I think it might be a good idea to change this text as people are doing the
> first thing they a
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
(users@subversion.apache.org)
with as much information as possible about what
Hi All,
I am using VS2010 with the AnkH subversion plugin on a Win7 PC.
I have created a repository on our WS 2008 server using tortoiseSVN.
When I add a project to Subversion, it asks for the repository URL. It
will accept the name of a local test repository that I created (c:
\zip) but will no
On Fri, 14 Oct 2011 08:23:21 +, Cooke, Mark wrote:
...
> > Subversion encountered a serious problem.
> >
> > Please search the mailing list archives for the error message, as
> > a solution may already be available (this also avoids reporting the
> > same problem repeatedly). You can find the
Ed Hillmann writes:
> checking for a BSD-compatible install... build/install-sh -c
> configure: Apache Portable Runtime (APR) library configuration
> checking for APR... yes
> checking APR version... 1.4.5
> /u01/ct/ctapp/subversion-1.7.0/configure: bad substitution
>
>
> I can't see what is caus
Am 14.10.2011 10:27, schrieb Romain Raveaux:
with as much information as possible about what
^^^
you were trying to do.
But please first search the mailing list archives for the error message
^^
There was a bu
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
(users@subversion.apache.org)
with as much information as possible about what
you were trying to do.
But please
2011/10/14 Andrey Paramonov :
> On 13.10.2011 22:31, Ryan Schmidt wrote:
>>
>> On Oct 13, 2011, at 06:51, Andrey Paramonov wrote:
>>
> I believe Subversion can automagically translate line ending sequences
> when transferring data to and from server. I use Windows, so I have CRLF
> sequ
Folks,
I think it might be a good idea to change this text as people are doing the
first thing they are asked: reporting to the list. I wonder if we change it
around it might help?
> ---
>
> Subversion Exception!
>
> ---
>
> Subversion encount
36 matches
Mail list logo