On Jan 20, 2011, at 12:40, Samuel Langlois wrote:
> I would like to know (and hopefully set!) the encoding used by svn log.
> (I know about the --xml option, which works fine, but it is not easily
> readable by a human.)
>
> From what I see, it outputs ISO8859-1, so European àcçeñts are OK, but
Hello
I would like to know (and hopefully set!) the encoding used by svn log.
(I know about the --xml option, which works fine, but it is not easily
readable by a human.)
From what I see, it outputs ISO8859-1, so European àcçeñts are OK, but
Japanese, Chinese, etc. characters are output as qu
On Fri, Jan 21, 2011 at 03:26:49AM +0100, Paul Maier wrote:
> Hi,
>
> a question.
>
> Imagine the following:
>
> svn mv 1 a
> svn mv 2 b
> svn cp -r 456 3 c
>
> then modify the files for a while.
>
> svn st will output something like:
> D 1
> D 2
> A+ a
> A+ b
> A+ c
>
> How do I see if file
Hi,
a question.
Imagine the following:
svn mv 1 a
svn mv 2 b
svn cp -r 456 3 c
then modify the files for a while.
svn st will output something like:
D 1
D 2
A+ a
A+ b
A+ c
How do I see if file "a" came from 1 or from 2?
How do I see from which revision of file 3 came file c?
After the check-
Hi Stefan,
thanks for your answer.
> > svn list -v -r HEAD 2 % file "a" is in the repository ...
> Here, svn list traverses copy history, and shows the contents of
> directory '1' in the repository. It doesn't show '2'.
[...]
> You might argue that this is a special case because '2' is
Hi Daniel,
thank you for having replied.
Wouldn't "svn co --native-eol " be a nice feature for the future?
I work with Cygwin on a Windows machine, and with this I could
have WCs for both environments with the same binaries.
The flag could be stored somewhere in the WC's data.
What do you thi
kmra...@rockwellcollins.com wrote on 01/20/2011 02:26:02 PM:
> Stefan Sperling wrote on 12/16/2010 03:11:03 PM:
> > On Thu, Dec 16, 2010 at 02:50:27PM -0600, kmra...@rockwellcollins.com
wrote:
> > > I have observed some regressions with
> > >
> > > log -v -g --xml http://server/repo/path
> > >
On Jan 20, 2011, at 08:58, Daniela Rivas wrote:
> On Wed, Jan 19, 2011 at 8:17 PM, Ryan Schmidt wrote:
>> Please confirm these points from above:
>>
>> * You are able to see the correct updated content by running "svn cat
>> http://localhost/prueba/trunk/index.html"; on the command line.
>>
>> *
Stefan Sperling wrote on 12/16/2010 03:11:03 PM:
> On Thu, Dec 16, 2010 at 02:50:27PM -0600, kmra...@rockwellcollins.com
wrote:
> > I have observed some regressions with
> >
> > log -v -g --xml http://server/repo/path
> >
> > output in 1.6.15 that were not present in 1.6.13. I see a lot of -
On Thu, Jan 20, 2011 at 06:46:15PM +0100, Cecil Westerhof wrote:
> Op donderdag 20 jan 2011 16:57 CET schreef Stefan Sperling:
>
> # default options for the svnserve process
> # it is recommended to provide only readonly access to your data.
> # there is no authentication p
On Thu, Jan 20, 2011 at 09:22:43AM -0800, JamieEchlin wrote:
>
>
>
> Stefan Sperling-7 wrote:
> >
> >
> > This cannot happen during merge though, so the help text for merge
> > shouldn't be listing it.
> >
>
> It happens all the time?! You merge changelists that contain added files,
> howeve
On Thu, Jan 20, 2011 at 06:56:21PM +0200, Daniel Shahaf wrote:
> Stefan Sperling wrote on Thu, Jan 20, 2011 at 16:24:21 +0100:
> > On Thu, Jan 20, 2011 at 03:09:57PM +0100, Ulrich Eckhardt wrote:
> > > What is "Existed"?
> >
> > $ svn up
> > svn: Failed to add directory 'foo': an unversioned direc
On Thu, Jan 20, 2011 at 6:11 PM, Daniel Shahaf wrote:
> Victor Sudakov wrote on Thu, Jan 20, 2011 at 14:18:00 +0600:
>> Colleagues,
>>
>> I have finally completed a test cvs2svn conversion on an amd64 system.
>> The peak memory requirement of svnadmin during the conversion was
>> 9796M SIZE, 1880M
Op donderdag 20 jan 2011 16:57 CET schreef Stefan Sperling:
# default options for the svnserve process
# it is recommended to provide only readonly access to your data.
# there is no authentication possible, everyone can read and write at
will
# read the subve
Stefan Sperling-7 wrote:
>
>
> This cannot happen during merge though, so the help text for merge
> shouldn't be listing it.
>
It happens all the time?! You merge changelists that contain added files,
however the file can't be added because an unversioned file with the same
path already exis
That's not a nice result, but I think I said somewhere in this thread
that there are known memory-usage bugs in svnadmin dump/load. Which
means the fix (as opposed to 'workaround') to this issue is to have
someone (possibly you or someone you hire) look into those bugs.
With a bit of luck, this w
Johan Corveleyn wrote on Thu, Jan 20, 2011 at 13:40:49 +0100:
> If someone decides to put a lot of effort in this for a custom
> solution, you may want to consider another option: to take a good look
> at issue http://subversion.tigris.org/issues/show_bug.cgi?id=2662
> (authz with wildcards), and t
Oftenwrong Soong wrote on Mon, Jan 17, 2011 at 15:22:16 -0800:
> Hi all,
>
> Not sure if this is considered a bug that needs reporting...
>
> Many of the README files contained within Subversion's source distribution
> contain references to the old http://subversion.tigris.org/ URLs. For
> exam
Stefan Sperling wrote on Thu, Jan 20, 2011 at 16:24:21 +0100:
> On Thu, Jan 20, 2011 at 03:09:57PM +0100, Ulrich Eckhardt wrote:
> > What is "Existed"?
>
> $ svn up
> svn: Failed to add directory 'foo': an unversioned directory of the same name
> already exists
> $ svn up --force
> Efoo
> Upd
Paul Maier wrote on Thu, Jan 20, 2011 at 01:47:08 +0100:
> Where does svn determine, what the system's setting is for "native"
> and can I change this setting as an end user? Is it in a config file?
You'd have to recompile.
On Thu, Jan 20, 2011 at 04:44:59PM +0100, Cecil Westerhof wrote:
> Op donderdag 20 jan 2011 15:40 CET schreef Johan Corveleyn:
>
> >> One question remains (again not very important, because I am the only
> >> working on it at the moment, but when it expands, I should know what I
> >> am doing). Wh
Op donderdag 20 jan 2011 15:40 CET schreef Johan Corveleyn:
>> One question remains (again not very important, because I am the only
>> working on it at the moment, but when it expands, I should know what I
>> am doing). What is mend with:
>> # default options for the svnserve process
>> # i
> What is "Existed"?
Christian Unger-7 wrote:
>
>
> it's gone now :-)
>
Hrm, I was hoping that it meant Existed as in existed before the merge was
started, and thus corresponds to a "skipped" file. So that users could see
that files had been "skipped" if they had missed it in the merge outpu
On Thu, Jan 20, 2011 at 03:09:57PM +0100, Ulrich Eckhardt wrote:
> > For each merged item a line will be printed with characters reporting
> > the action taken. These characters have the following meaning:
> >
> > A Added
> > D Deleted
> > U Updated
> > C Conflict
> > G
On Thu, Jan 20, 2011 at 01:36:27AM +0100, Paul Maier wrote:
> Hello!
>
> "svn up --set-depth infinity" fails to load a file from the repository into
> the WC,
> when the directory previously has only partially been checked out and has been
> copied and has not been checked in yet.
>
> At the end
On Wed, Jan 19, 2011 at 8:17 PM, Ryan Schmidt
wrote:
> On Jan 19, 2011, at 13:18, Daniela Rivas wrote:
>> On Tue, Jan 18, 2011 at 7:05 PM, Daniel Shahaf wrote:
>>> Ryan Schmidt wrote on Tue, Jan 18, 2011 at 16:59:33 -0600:
On Jan 18, 2011, at 16:02, Daniela Rivas wrote:
> Ok the correct r
it's gone now :-)
On 20.01.2011, at 15:09, Ulrich Eckhardt wrote:
>> For each merged item a line will be printed with characters reporting
>> the action taken. These characters have the following meaning:
>>
>>A Added
>>D Deleted
>>U Updated
>>C Conflict
>>G Merged
>
On Thu, Jan 20, 2011 at 1:31 PM, Cecil Westerhof
wrote:
> Op woensdag 19 jan 2011 09:40 CET schreef shriniva...@collab.net:
>
>
>>> SVNSERVE_OPTIONS="-d -r /srv/svn/repos"
>>>
>>> But this means that I can only make changes on the system svnserve is
>>> running on. Is there a safe way to have the
Op woensdag 19 jan 2011 09:40 CET schreef shriniva...@collab.net:
>> SVNSERVE_OPTIONS="-d -r /srv/svn/repos"
>>
>> But this means that I can only make changes on the system svnserve is
>> running on. Is there a safe way to have the possibility to change the
>> files on 'all' systems?
>>
>
> We ca
Hi there,
I have some files in the repo with svn:eol-style=native.
With svn export I have the argument --native-eol, how to treat this.
Is there a way to do something similar with svn co?
I mean to create a working copy, with the files having other than
the system's native file ending?
(I know,
Hello!
"svn up --set-depth infinity" fails to load a file from the repository into the
WC,
when the directory previously has only partially been checked out and has been
copied and has not been checked in yet.
At the end of this reproduction script I would expect file "a" to be present in
direc
> For each merged item a line will be printed with characters reporting
> the action taken. These characters have the following meaning:
>
> A Added
> D Deleted
> U Updated
> C Conflict
> G Merged
> E Existed
> R Replaced
What is "Existed"?
Uli
--
ML: ht
See this blog post:
http://blogs.collab.net/subversion/2010/11/resolving-tree-conflicts
On Thu, Jan 20, 2011 at 8:38 AM, Steve Cohen wrote:
> On 01/20/2011 05:19 AM, Stephen Butler wrote:
>
>> A 'C' in the third column indicates a tree conflict, while a 'C' in
>
> Thanks, Stephen.
>
> While
On 01/20/2011 05:19 AM, Stephen Butler wrote:
A 'C' in the third column indicates a tree conflict, while a 'C' in
Thanks, Stephen.
While we're on the subject, can you tell me succinctly what is the exact
definition of a "tree conflict"? This used to drive me nuts when I used
the subclip
On Thu, Jan 20, 2011 at 10:41 AM, Jan Keirse wrote:
> David Aldrich schreef op 20/01/2011 10:24:28:
>
>> Hi Jan
>>
>> > I've changed my mind, there is something that may be better than
>> > externals, although it requires a little trick.
>> > You should be able to create a commit hook that check
On Thu, Jan 20, 2011 at 9:18 AM, Victor Sudakov
wrote:
> Colleagues,
>
> I have finally completed a test cvs2svn conversion on an amd64 system.
> The peak memory requirement of svnadmin during the conversion was
> 9796M SIZE, 1880M RES. The resulting SVN repo size is 8.5G on disk.
>
> "svnadmin du
On Thu, Jan 20, 2011 at 06:03, Alexey Bakhirkin wrote:
> 2011/1/7 Altaf-Hussain Sayyed :
>> Hi,
>>
>> Can I install subversion system on my own web hosting having WINDOWS and IIS.
>>
>> Please guide.
>>
>> Thanks and regards,
>> ALTAF
>>
>>
>>
>>
>>
>
> AFAIK you cannot serve subversion with IIS.
On Jan 20, 2011, at 12:01 , Steve Cohen wrote:
> On 01/20/2011 04:28 AM, JamieEchlin wrote:
>>
>>
>> Stephen Butler wrote:
>>>
>>> On the command line, try
>>>
>>>svn help update
>>>
>>> (for instance).
>>>
>>> It's also in the SVN Book's command reference chapter, under
>>> the given '
2011/1/6 :
> Dear Sirs
>
> Is there a way to make SVN in Windows OS automatically add new-created
> files which are in the monitor list. This will be very helpful and
> useful because there are many times in which not all the files made by
> someone are added because some of them are missed someho
2011/1/7 Altaf-Hussain Sayyed :
> Hi,
>
> Can I install subversion system on my own web hosting having WINDOWS and IIS.
>
> Please guide.
>
> Thanks and regards,
> ALTAF
>
>
>
>
>
AFAIK you cannot serve subversion with IIS. You'll have to use apache
or svnserve (see also
http://subversion.tigris.o
G means merGed by the way, however it would be good to see docn for the
letters for tree and property conflicts and everything else.
--
View this message in context:
http://old.nabble.com/Letters-at-beginnings-of-columns-of-svn-output-tp30714345p30718182.html
Sent from the Subversion Users mail
On 01/20/2011 04:28 AM, JamieEchlin wrote:
Stephen Butler wrote:
On the command line, try
svn help update
(for instance).
It's also in the SVN Book's command reference chapter, under
the given 'svn' subcommand:
There is docn for the letters for status and for update, but I haven't f
Stephen Butler wrote:
>
> On the command line, try
>
>svn help update
>
> (for instance).
>
> It's also in the SVN Book's command reference chapter, under
> the given 'svn' subcommand:
>
There is docn for the letters for status and for update, but I haven't found
anything for the output
> -Original Message-
> From: Victor Sudakov [mailto:suda...@sibptus.tomsk.ru]
> Sent: 20 January 2011 08:18
> Subject: Re: Betr.: Re: "svnadmin load" a huge file
>
> Colleagues,
>
> I have finally completed a test cvs2svn conversion on an amd64 system.
> The peak memory requirement of sv
David Aldrich schreef op 20/01/2011 10:24:28:
> Hi Jan
>
> > I've changed my mind, there is something that may be better than
> > externals, although it requires a little trick.
> > You should be able to create a commit hook that checks if the authz
file
> > reflects the restrictions you want
On 19 January 2011 18:16, Stephen Butler wrote:
> Did you import the initial repository content as local root, using
> a "file://" URL? In that case, some files inside the "db" directory
> would now be owned by root.
>
> I'd double-check the permissions on the following dirs & files.
>
> /etc/s
Hi Jan
> I've changed my mind, there is something that may be better than
> externals, although it requires a little trick.
> You should be able to create a commit hook that checks if the authz file
> reflects the restrictions you want on a specific folder
> (*/thesecretfolder/*) for the branch
>
Colleagues,
I have finally completed a test cvs2svn conversion on an amd64 system.
The peak memory requirement of svnadmin during the conversion was
9796M SIZE, 1880M RES. The resulting SVN repo size is 8.5G on disk.
"svnadmin dump --deltas" of this new SVN repo required 6692M SIZE,
2161M RES of
48 matches
Mail list logo