On Wed, 2010-02-03, Claude Xu wrote:
> I found the --editor-cmd option of the 'pe' subcommand did not work if the
> path of your external text editor contains space. Here is my environment:
>
> Operating System: Microsoft Windows XP Professional Version 2002 Service
> Pack 3
>
> Release of Subver
> -Original Message-
> From: Bob Archer [mailto:bob.arc...@amsi.com]
> Sent: vrijdag 5 februari 2010 21:15
> To: James Mansion; Bert Huijben
> Cc: Erik Funkenbusch; users@subversion.apache.org
> Subject: RE: Action needed to get critical SVN related fix in Windows 7
SP1
>
> > Bert Huijbe
After skimming this blog, it appears that the extra svn:merginfo on
unrelated subtrees will be fixed in 1.7. If that is correct, then I will
simply wait patiently for 1.7.
http://blogs.open.collab.net/svn/2009/11/where-did-that-mergeinfo-come-from.html
Thanks again,
Phillip
On Fri, Feb 5, 2010
At my company we are using SVN 1.6.4 (server) and a variety of clients
(SmartSVN, Tortoise, command-line).
At first we wanted to keep things simple and just always do merges at the
root level (e.g., in c:\branch run "svn merge -c 12345
https://host/svn/trunk";).
Unfortunately, merging was taking
> Bert Huijben wrote:
> >
> > Hi,
> >
> >
> >
> > Theoretically we could work around this by deleting the file in your
> > working copy... and then write the new data. But this has one
> > essential problem: What if for whatever reason the delete occured but
> > the write didn't? (O
Bert Huijben wrote:
Hi,
Theoretically we could work around this by deleting the file in your
working copy... and then write the new data. But this has one
essential problem: What if for whatever reason the delete occured but
the write didn't? (Or when it stops half way). N
On Fri, Feb 05, 2010 at 10:08:02AM -0700, Alan Leung wrote:
> Hi,
>
> I am interested in a svn patch command and noticed that something
> related was committed to trunk based on the discussion in
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=511
>
> I built the version 1.7.0-dev from t
Hi,
Manickavel, Senthil wrote:
Hi,
I would like to create a changeset between
> two revisions. I have created a script to do that with
> svn commands. But this collects all the files in both
> the revisions. Is it possible for me to collect only
> the changed file?
Script
REM Cre
On Fri, Feb 05, 2010 at 11:19:09AM -0500, Mark Phippard wrote:
> On Fri, Feb 5, 2010 at 11:06 AM, Todd, David wrote:
> > I'm looking for a pointer to a technical explanation of what happens when
> > one uses --reintegrate.
> >
> > A number of my users are of the opinion that it's a fragile mode, d
Hi,
I am interested in a svn patch command and noticed that something
related was committed to trunk based on the discussion in
http://subversion.tigris.org/issues/show_bug.cgi?id=511
I built the version 1.7.0-dev from trunk this past week and did some
testing. However, from what I can dete
Hi,
Theoretically we could work around this by deleting the file in your working
copy... and then write the new data. But this has one essential problem:
What if for whatever reason the delete occured but the write didn't? (Or
when it stops half way). Now we write a temporary fi
Thanks Bert,
Since I see you are the one who reported this issue in the bug tracker and
to Technet, thanks for that.
Perhaps it would be a good idea to include some additional information in
the bug tracker regarding turning off search indexing and/or exclude the
folder from anti-virus scan
On Fri, Feb 5, 2010 at 11:06 AM, Todd, David wrote:
> I'm looking for a pointer to a technical explanation of what happens when
> one uses --reintegrate.
>
> A number of my users are of the opinion that it's a fragile mode, due to it
> complaining about missing ranges in merginfo. It's making it h
Todd, David wrote:
I'm looking for a pointer to a technical explanation of what happens when
one uses --reintegrate.
A number of my users are of the opinion that it's a fragile mode, due to it
complaining about missing ranges in merginfo. It's making it hard to sell
use of that facility.
I
I'm looking for a pointer to a technical explanation of what happens when
one uses --reintegrate.
A number of my users are of the opinion that it's a fragile mode, due to it
complaining about missing ranges in merginfo. It's making it hard to sell
use of that facility.
Sorry,
My SVN Version :
1.6.5 r38866
I open a command-line window in my working copy and type :
Svn -m "MyComment" -r HEAD copy . "MyURL"
or
Svn -m "MyComment" -r BASE copy . "MyURL"
Then, the message appears :
"svn : Can't increment mergeinfo count on node revision 0.0.t65311-1faa to
negative
Hi,
The best way to make Microsoft know that you care about this issue is to
file a support issue with them. (It is a confirmed issue, so the support
incident fee shouldn't be calculated for it).
Most likely corporate users can get a specific update for this issue when it
is
On Fri, Feb 5, 2010 at 05:36, SIDOS Joel wrote:
> Hi,
>
> I’ve a problem with one of mine repositories.
>
> When I need to tag (or branch) a specific branch with BASE, HEAD or NUMBER
> revision, I systematically obtain this message :
>
> “svn : Can't increment mergeinfo count on node revision ...
Hi all,
We have huge subversion repository (avg. 3.5 gigabytes, 14+ revisions)
with svn 1.4.4 (yes, too old, but we can't change this), and two mirrors
with svn 1.6.9, synchronised through svnsync.
Few days ago svnsync stopped working. It can't process one particular
revision and displays "Tra
Hi,
I've a problem with one of mine repositories.
When I need to tag (or branch) a specific branch with BASE, HEAD or NUMBER
revision, I systematically obtain this message :
"svn : Can't increment mergeinfo count on node revision ... to negative value
..."
I didn't found any explanation to
Hi,
I've a problem with one of mine repositories.
When I need to tag (or branch) a specific branch with BASE, HEAD or NUMBER
revision, I systematically obtain this message :
"svn : Can't increment mergeinfo count on node revision ... to negative value
..."
I didn't found any explanation to
Hi,
I would like to create a changeset between two revisions. I have
created a script to do that with svn commands. But this collects all the files
in both the revisions. Is it possible for me to collect only the changed file?
Script
REM Create root folder
md Changeset
cd Changeset
On Feb 5, 2010, at 03:00, Giulio Troccoli wrote:
>> And in 1.6, you can also see historical versions through WebDAV, too.
>
> As I said I still don't know if they will be happy with just HEAD. But if
> they're not, are you talking about Subversion 1.6 or WebDAV 1.6? If the
> latter, how do I f
> >> Thanks Michael, I would certainly look into it then. We
> already user ViewVC internally. Is it possible to rescrit it
> to just use HEAD? This may be a requirement. I don't know yet
> but it oculd be something they would want. Worse comes to
> worse I can always use plain WebDAV.
> >
> > Oh,
24 matches
Mail list logo