On Jan 10, 2011, at 15:51, NN Ott wrote:
>> To recap, as Les put it:
>>
>> I think the idea is that he'd like to see the development history of both
>> the vendor and local changes as a continuous set of changes as you would if
>> they were in the same repository with log and diff working acro
On Jan 10, 2011, at 10:35, Andy Levy wrote:
> On Mon, Jan 10, 2011 at 11:20, Daniela Rivas wrote:
>>
>> I am installing and configuring a subversion repository and I have some
>> problems doing that.
>> When I am trying to see the page in a browser, I get the directories trunk,
>> branches, tags;
On Jan 10, 2011, at 13:39, Tech Geek wrote:
> We are using svn, version 1.6.12 (r955767) on a Linux based machine (SVN
> Server) and use TortoiseSVN as clients. However, I do not see command
> svn-bisect on both of them. How can I get svn-bisect just like there is
> git-bisect?
Subversion does
On Jan 10, 2011, at 20:38, Ramesh Nadupalli wrote:
> I would like to have banner set for a subversion URL, can someone guide how
> this can be accomplished?
Do you mean that you would like to customize the way that Subversion displays
pages when someone access a repository's URL in a web brows
Hi all,
FYI.
There seems to be a 2 GB file size limit, if you use the default command to
commit. We encountered this problem and eventually found the solution.
This is not a Subversion limit, nor is it an Apache limit.
The default module for accessing the repository is ra_neon. This module (
On Mon, 2011-01-10 at 18:46 +0100, Pablo Beltran wrote:
> Hi,
>
> Subversion tracks the evolution of a tree structure along the time.
> Changes can be represented in a bi-dimensional system coordinates:
> time vs space.
>
> The vertical coordinate (space) is the path of the items of the tree
> st
Recently I was doing a migration from cvs to svn and experienced a strange
issue. It was ignoring tabs and spl characters (^M) inside the text files.
Did anyone experience similar issues?
Thanks
Ramesh
-Original Message-
From: Brian Brophy [mailto:brianmbro...@gmail.com]
Sent: Friday,
Hi All,
I would like to have banner set for a subversion URL, can someone guide how
this can be accomplished?
Thanks
Ramesh
On Mon, Jan 10, 2011 at 5:06 PM, Daniela Rivas wrote:
> Well, I think, I am trying to configure WebDav to see the files in the
> repositories properly and not as a plain text, so If I have and html file I
> could see the execution and not the plain text with the tags.
mod_dav, which is what WebDA
Does anyone have a script that will annotate and/or log mergeinfo. I.e. I'd
like to:
* see all the log entries that modified svn:mergeinfo for a given node (file
or directory)
* annotate the svn:mergeinfo for a given node, so I can see what author/rev
was responsible for each line
Thanks in advan
On 1/10/2011 4:06 PM, Daniela Rivas wrote:
Well, I think, I am trying to configure WebDav to see the files in the
repositories properly and not as a plain text, so If I have and html
file I could see the execution and not the plain text with the tags.
I don't know if the problem is in the virtua
Well, I think, I am trying to configure WebDav to see the files in the
repositories properly and not as a plain text, so If I have and html
file I could see the execution and not the plain text with the tags.
I don't know if the problem is in the virtual host or in the module
dav_svn.conf
I
>
> > That's exactly right.
> >
> > Should I post this to the dev list?
>
> No. Your question is clearly a usage question so it is not appropriate
> for the dev list
Since it's been firmly established as Impossable in the
current architecture of subversion, I guess this has turned into more of a
We are using svn, version 1.6.12 (r955767) on a Linux based machine (SVN
Server) and use TortoiseSVN as clients. However, I do not see command
svn-bisect on both of them. How can I get svn-bisect just like there is
git-bisect?
Hi,
Subversion tracks the evolution of a tree structure along the time. Changes
can be represented in a bi-dimensional system coordinates: time vs space.
The vertical coordinate (space) is the path of the items of the tree
structure and the horizontal coordinate (time) is the revision number.
Ex
On Mon, Jan 10, 2011 at 11:20, Daniela Rivas wrote:
> Hi everyone
>
> I am installing and configuring a subversion repository and I have some
> problems doing that.
> When I am trying to see the page in a browser, I get the directories trunk,
> branches, tags; so I don't get the index.html file th
Hi everyone
I am installing and configuring a subversion repository and I have some
problems doing that.
When I am trying to see the page in a browser, I get the directories
trunk, branches, tags; so I don't get the index.html file that i have
inside trunk.
I am new setting up this and a pro
Guten Tag Philipp Leusmann,
am Montag, 10. Januar 2011 um 16:34 schrieben Sie:
> Using separate files would be another approach, but it still has the
> problem of naming them properly to form a timeline without much effort
> to recognize the order for the deployer.
I don't think there is a simple
Hi Thorsten,
thanks for your answer. And as you already have guessed, the file shall
be used to contain al necessary changes to the database.
The current problem we have, is updating the patch file from
bugfix-branches and merging it into the trunk and also update it in the
trunk itself, whi
2011/1/10 Philipp Leusmann
> is there a way to have svn substitute a keyword only once and then leave it
> at the substituted value?
>
To get directly to your answer: No, Subversion doesn't do what you want.
There is a whole mess of debate on the value of RCS keywords in both
Subversion and oth
Guten Tag Philipp Leusmann,
am Montag, 10. Januar 2011 um 15:52 schrieben Sie:
> On commit, the file would change to
> Changes for Rev. 123:
> CREATE TABLE FOO;
> Changes for Rev. 124 :
> DROP * FROM FOO;
Should this become some kind of changelog or is this supposed to be the
SQL to change your
It looks like you deleted the target directories, but you didn't do an "svn
update". I can see that because "svn status" is putting "!" in front of the
target directories.
Your next step is to do an "svn update" which will recreate the "target"
directories, but as directories Subversion is trackin
Hi,
is there a way to have svn substitute a keyword only once and then leave
it at the substituted value?
I would like to create a file which tracks necessary changes to the
database for each revision.
For example, it would read like this:
Changes for Rev. 123:
CREATE TABLE FOO;
Changes for
See if this helps:
http://top-frog.com/2009/03/30/mac-os-x-subversion-and-keychain/.
It looks like you have to let Subversion ask for your password and not
provide it on the command line. Then, it should store your password in
the keychain. Once your password is in the keychain, it should be
pulli
Hi , all.
Here is my problem:
When I run svn log on my repository which version is 1.6.x with Apache 2.2 on
Windows 2003 have suddenly begun getting an error message in their log windows:
Error REPORT request failed on '/[path_to_repo]/!svn/bc/21008' 200 OK
(http://[server_name]) The
On 10 January 2011 08:30, Michael Haggerty wrote:
> On 01/07/2011 08:38 PM, Victor Sudakov wrote:
>> Daniel Shahaf wrote:
>>> I don't know cvs2svn, but it could have a --sharded-output option, so eg
>>> it would produce a dumpfile per 1000 revisions, rather than one huge
>>> dumpfile.
>>
>> cvs2sv
> On 1/7/2011 7:57 AM, Victor Sudakov wrote:
> > It would be fine if the project in question did not contain almost all
> > the files in one directory. You may call the layout silly, but CVS
does
> > not seem to mind. OTOH, I would have distributed the files over
> > several subdirectories, but CV
On 01/07/2011 08:38 PM, Victor Sudakov wrote:
> Daniel Shahaf wrote:
>> I don't know cvs2svn, but it could have a --sharded-output option, so eg
>> it would produce a dumpfile per 1000 revisions, rather than one huge
>> dumpfile.
>
> cvs2svn-2.3.0_2 does not seem to have such an option:
> "cvs2svn
28 matches
Mail list logo