Hi,
Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS currently)
replication all changes to a secondary server?
Im toying with using Rsync but I'd prefer to use a hook in SVN ideally to
ensure that we only copy files when they are fully checked in.
Olly
Oliver Marshall schreef op 21/01/2011
09:57:34:
> Hi,
>
> Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS
> currently) replication all changes to a secondary server?
>
> Im toying with using Rsync but I?d prefer to use a hook in SVN
> ideally to ensure that we only copy file
On Mon, Jan 17, 2011 at 5:30 PM, krueger, Andreas (Andreas Krüger,
DV-RATIO) wrote:
> Hello, Daniel and all,
>
>> In other words, merging changes from file.c@BRANCH to trunk should
>> detect that file@trunk and file@BRANCH@BRANCH-CREATION are the same
>> node-revision?
>
> I think that my intended
On Fri, Jan 21, 2011 at 10:05:02AM +0100, Jan Keirse wrote:
> Oliver Marshall schreef op 21/01/2011
> 09:57:34:
>
> > Hi,
> >
> > Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS
> > currently) replication all changes to a secondary server?
> >
> > Im toying with using Rsync b
Hi,
When I tried to checkout a project (over ssl) the svn co command crashed.
Please find attached the crash and dump files. I am using svn version 1.7.0
but the server is running version 1.6.6. However there is no crash when my
client uses svn 1.6.0 version.
Kind Regards,
Srinivas.
Stefan Sperling-7 wrote:
>
>> 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-in, it's clear: svn log will show it.
>>
>> How do I review (if it's ok what I did) BEFORE checking-in?
>
> svn info a | grep ^Copied
On Fri, Jan 21, 2011 at 03:28:30PM +0530, Srinivasa N L wrote:
> Hi,
> When I tried to checkout a project (over ssl) the svn co command crashed.
> Please find attached the crash and dump files. I am using svn version 1.7.0
> but the server is running version 1.6.6. However there is no crash when
On Fri, Jan 21, 2011 at 02:09:13AM -0800, JamieEchlin wrote:
>
>
> Stefan Sperling-7 wrote:
> >
> >> 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-in, it's clear: svn log will show it.
> >>
> >> How do I r
Stefan Sperling-7 wrote:
>
> There is nothing that tells you this information directly.
> The changes brought in by a merge are treated just like any other
> local changes. As far as Subversion is concerned, you could have made
> any merged changes manually.
>
> Defining a good branching/mergi
On Fri, Jan 21, 2011 at 02:59:37AM -0800, JamieEchlin wrote:
> Stefan Sperling-7 wrote:
> >
> > There is nothing that tells you this information directly.
> > The changes brought in by a merge are treated just like any other
> > local changes. As far as Subversion is concerned, you could have made
Stefan Sperling-7 wrote:
>
> It would be even nicer if Subversion had a way of guiding users to
> perform merges in accordance with a pre-defined strategy.
> So if the user tried to perform e.g. a cherry-picking merge to a branch
> for which cherry-picking isn't defined in the strategy, svn wou
On Fri, Jan 21, 2011 at 03:56:32AM -0800, JamieEchlin wrote:
>
>
>
> Stefan Sperling-7 wrote:
> >
> > It would be even nicer if Subversion had a way of guiding users to
> > perform merges in accordance with a pre-defined strategy.
> > So if the user tried to perform e.g. a cherry-picking merge
Stefan Sperling-7 wrote:
>
>> This would be lovely, and is what we're aiming for using tortoise
>> pre-commit
>> hooks and server hooks, although in a bit of a spit-and-sawdust way at
>> the
>> moment.
>
> I'd like to hear how that turns out.
>
> Will you be allowed to share these hooks under
Le 21/01/2011 08:35, Ryan Schmidt a écrit :
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 ISO88
On Fri, Jan 21, 2011 at 3:57 AM, Oliver Marshall
wrote:
> Hi,
>
>
>
> Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS currently)
> replication all changes to a secondary server?
Use post-commit to fire off a command to "svnsync" on the secondart
server. This doesn't mirror confi
Hi,
I am searching a binary package (version 1.6.15) for RHEL4.
Is there a binary package for a RHEL4 system available or only for a RHEL5
system?
Regards
Sönke
On Fri, Jan 21, 2011 at 5:07 AM, wrote:
> I am searching a binary package (version 1.6.15) for RHEL4.
>
> Is there a binary package for a RHEL4 system available or only for a RHEL5
> system?
CollabNet provides an RPM that works on RHEL 4. You do not specify
what you are looking for client or
Hello,
Over the past three weeks I have changed and committed some files. I
need to somehow recurse through the directories and show me only the
files I have changed. How do I do this?
I suppose I could write a script to do this, but I suspect Subversion is
sophisticated enough, and I am
Woodworth, James wrote:
Hello,
Over the past three weeks I have changed and committed some files. I
need to somehow recurse through the directories and show me only the
files I have changed. How do I do this?
I suppose I could write a script to do this, but I suspect Subversion
is sophis
Woodworth, James wrote:
>
> Over the past three weeks I have changed and committed some files. I
> need to somehow recurse through the directories and show me only the
> files I have changed. How do I do this?
>
Install TortoiseSvn. Fire up the log for the repo. Pull down the magnifying
gla
On Fri, Jan 21, 2011 at 5:07 AM, wrote:
> Hi,
>
> I am searching a binary package (version 1.6.15) for RHEL4.
>
> Is there a binary package for a RHEL4 system available or only for a RHEL5
> system?
>
> Regards
>
> Sönke
It's become too painful to backport: there are just too many
unmanageable
On Fri, Jan 21, 2011 at 7:19 PM, Johan Corveleyn wrote:
> On Mon, Jan 17, 2011 at 5:30 PM, krueger, Andreas (Andreas Krüger,
> DV-RATIO) wrote:
> > Hello, Daniel and all,
> >
> >> In other words, merging changes from file.c@BRANCH to trunk should
> >> detect that file@trunk and file@BRANCH@BRANC
On Jan 21, 2011, at 07:45, Daniela Rivas wrote:
>> That's also correct. If you wanted to see it as a rendered web page, you
>> would need to set the "svn:mime-type" property of that index.html file to
>> the value "text/html".
>
> Ok, so far so good, Could you tell me, what do i have to do to
Hello everyone
I am seeing a odd problem.
one of my developers on windows 2003,running the CollabNet-supported
Subversion 1.6.15 binaries, does this command:
svn commit
following this error:
Could not read status line: connection was closed by server
on the svn server, there is nothing in the apac
On 1/21/2011 7:42 PM, 刘斌 wrote:
Hello everyone
I am seeing a odd problem.
one of my developers on windows 2003,running the CollabNet-supported
Subversion 1.6.15 binaries, does this command:
svn commit
following this error:
Could not read status line: connection was closed by server
on the svn ser
25 matches
Mail list logo