On 29/10/13 10:43, Stefan Sperling wrote:
On Tue, Oct 29, 2013 at 09:10:45AM +, Giulio Troccoli wrote:
On 29/10/13 05:38, Zk W wrote:
Hi All
We use SVN 1.6
How do we perform a svn merge "revert" of a revision number that is
--record-only in linux shell before a svn commit ?
On 29/10/13 05:38, Zk W wrote:
Hi All
We use SVN 1.6
How do we perform a svn merge "revert" of a revision number that is
--record-only in linux shell before a svn commit ?
We perform
svn merge --record-only -c 1234 http://testsomething.com
We like to revert that step.
Thank you
Sincerely
On 05/09/13 15:46, Maureen Barger wrote:
That is a great idea, Giulio. How do you then make the mirrored repo writable?
On Mon, Sep 2, 2013 at 4:47 AM, Giulio Troccoli
wrote:
On 23/08/13 21:09, Maureen Barger wrote:
Hi -
I am currently planning an upgrade from SVN 1.5 (using svnserve and
ssh
On 23/08/13 21:09, Maureen Barger wrote:
Hi -
I am currently planning an upgrade from SVN 1.5 (using svnserve and
ssh tunnel) to SVN 1.8.1 fronted with Apache and webdav using AD for
authNz.
We have about 50 repos. I'll be moving from an older Ubuntu 8 install
to Centos 6 x64.
My thought was I
On 30/10/12 15:39, Ahmed, Omair (GE Oil & Gas) wrote:
Hello,
Is there a way to get (via cmd line) a list of files that have changed
between revisions, instead of the content of the files?
svn log -v
For the very useful Welcome message...
Please save this message so that you know the address you are subscribed
under, in case you later want to unsubscribe or change your subscription
address.
To remove your address from the list, send a message to:
On 11/10/12 14:44, anubhav prabakar wr
For the very useful Welcome message...
Please save this message so that you know the address you are subscribed
under, in case you later want to unsubscribe or change your subscription
address.
To remove your address from the list, send a message to:
On 11/10/12 12:43, Fernando Gomes wro
On 13/09/12 15:26, John Maher wrote:
Yes that is what I did. Now that I know that causes problems with the
subversion mailing list I won't do it again.
John
Thank you
Giulio
On 13/09/12 15:15, John Maher wrote:
Can you tell me what that means? I had a question on merging so I sent
it to the mailing list. Are you saying I'm not supposed to do that? If
not then can you explain the procedure?
You are hijacking someone else's email. Presumably you have clicked on
On 12/09/12 18:39, John Maher wrote:
Hello
[CUT]
Can you please stop reusing an already existing thread and instead start
a new one for a new question?
Thanks
John
Thanks
Giulio
On 08/05/12 15:33, anatoly techtonik wrote:
Hi,
Mercurial has a very convenient command "hg incoming" which is
basically "what's new" for incoming changes. Will it be nice to add
the same capability to Subversion? `svn log -r BASE:HEAD' works ok,
but not everybody proficient enough to know abo
ase do not top-post and remember to reply-to-all, so that the thread
stays on the list.
Unfortunately I do not use TortoiseSVN, but as this is a pretty basic
function I would guess that yes it is possible with TortoiseSVN too.
-Original Message-----
From: Giulio Troccoli [mailto:gi
On 23/04/12 12:20, Piet Arickx wrote:
Is there any way to get all log messages between date x and date y.
We would like to get an overview of all log messages between to the
two dates, is this possible ?
Use the --revision option with date in {}, e.g.
svn log --revision{2012-01-01}:{20
On 02/04/12 13:16, Gary wrote:
- Original Message -
From: Giulio Troccoli
On 02/04/12 11:51, Gary wrote:
- Original Message -
From: Giulio Troccoli
On 02/04/12 11:10, Gary wrote:
- Original Message -
From: Giulio Troccoli
On 02/04/12 10:24, Gary wrote:
that still
On 02/04/12 11:51, Gary wrote:
- Original Message -
From: Giulio Troccoli
On 02/04/12 11:10, Gary wrote:
- Original Message -
From: Giulio Troccoli
On 02/04/12 10:24, Gary wrote:
that still doesn't explain to me why svnsync barfs on those (not)
missing revisions. Looki
On 02/04/12 11:10, Gary wrote:
- Original Message -
From: Giulio Troccoli
On 02/04/12 10:24, Gary wrote:
This is perhaps better:
$ svn log svn://devel.//
[snip]
r84 | gpspbu | 2011-06-24 12:52:16 +0200 (Fri, 24
On 02/04/12 10:24, Gary wrote:
From: Giulio Troccoli
On 02/04/12 08:27, Gary wrote:
- Original Message -
From: Henrik Sundberg
Do you have a precommit hook now that was not there when revs 81-82
were committed?
There are no hooks as far as I know. (I'm not an admin, and the adm
On 02/04/12 08:27, Gary wrote:
- Original Message -
From: Henrik Sundberg
Do you have a precommit hook now that was not there when revs 81-82
were committed?
There are no hooks as far as I know. (I'm not an admin, and the admin is not
very forthcoming on.. well, anything, really).
On 19/03/12 17:11, Geoff Hoffman wrote:
On Mon, Mar 19, 2012 at 9:32 AM, Giulio Troccoli
<mailto:giulio.trocc...@mediatelgroup.co.uk>> wrote:
Do you mean that the files are shown with an A in the first column?
No, they're shown as
? logs/error.log
? logs/access.lo
On 19/03/12 16:26, Geoff Hoffman wrote:
I ran into an unexpected behavior with svn:ignore today and wanted to
see if someone can verify whether this is a bug (in the current
version) or just an aspect of how Subversion works. We're still on 1.6x.
Given a tree with
trunk
+ cache
+ htdo
On 09/03/12 15:03, Simon Dean wrote:
>> From: Giulio Troccoli [mailto:giulio.trocc...@mediatelgroup.co.uk]
>>
>> Why would the CI implement a different solution for each VCS? Those, I
>> understand, are files created during the build process, they have got nothing
>&g
On 09/03/12 14:35, Simon Dean wrote:
From: Giulio Troccoli [mailto:giulio.trocc...@mediatelgroup.co.uk]
Sorry, but to me this has got nothing to do with Subversion. Your CI tool is
should clean up itself.
Having said that, if someone wants to implement such feature I don't think I
would
On 09/03/12 13:56, Simon Dean wrote:
Hi
Are there any plans to add a command to SVN that cleans a working copy or path
of all unversioned and/or ignored files and directories?
This is a very common need for automated Continuous Integration builds where a
working copy is reused for multiple ru
On 01/02/12 15:58, James Boden wrote:
Ok, I reviewed the release-notes. My question is do I have to upgrade to 1.5
then 1.6 and then 1.7.2?If this is the case where is the installer for
these versions? Also what about the information I currently have stored in the
repositories. Accord
On 01/02/12 14:38, James Boden wrote:
I would like to upgrade my subversion from 1.4.3 to the newest one.
What is entailed to do this?
Thanks
Do you want to upgrade the server, client or both? On what system(s)? If
you would like to upgrade the server, do you want to upgrade the
repo
On 25/01/12 15:09, Alexander Shenkin wrote:
Hello,
I'm using the svn import script by Oliver Betz to retain file mtime
upon initial import
(http://svn.haxx.se/users/archive-2006-10/1345.shtml), but i'm getting
some errors. I'm hoping someone might be able to help me out.
when i run the s
On 25/01/12 06:26, Ryan Schmidt wrote:
I apologize in advance if the below reply is snarky, but I'm a little tired of
this particular topic; it has been talked to death already long ago.
On Jan 24, 2012, at 19:24, Nico Kadel-Garcia wrote:
The big booby trap I notice with all Windows/Subvers
On 16/01/12 16:08, Grabner Markus wrote:
Hi!
I have a few questions regarding a particular subversion usage scenario.
We are two teams, each working on more or less unrelated portions of a common
code base. To isolate each team from stability issues introduced due to the
work o
On 28/12/11 14:12, Daniel Shahaf wrote:
Jan Keirse wrote on Wed, Dec 28, 2011 at 11:44:49 +0100:
Hello,
I have a master and a slave. Now I want to discard the current master
and start using the slave as the new master (creating a new slave on
another server and stop the server that currently
On 24/11/11 07:47, Sachin Deshpande wrote:
Hello,
I am using SVN command line client 1.6.2 on windows.
I have following folder structure
Trunk
Folder1
File1
On 07/11/11 21:34, Jö Fahlke wrote:
Hi!
Is there any way to do a commit with and empty changeset, but non-empty commit
message?
I made a typo in a commit message. Unfortunately the typo isn't just
cosmetic, since it is right in a revision number referencing another commit.
Even more unfortun
On 24/08/11 12:15, Giulio Troccoli wrote:
Recently I have starting experiencing something I always thought not
possible in Subversion.
I work on Ubuntu with SVN 1.6.12. If I move or delete a file using the
OS Subverision marks the file as deleted rather than missing.
$ rm foo.php
$ svn st
D
On 29/09/11 05:33, Rajesh wrote:
On Wed, Sep 21, 2011 at 5:59 AM, Daniel Shahaf wrote:
Hyrum K Wright wrote on Wed, Sep 21, 2011 at 05:44:33 -0500:
2011/9/21 Ulrich Eckhardt:
Am 21.09.2011 11:00, schrieb Hyrum K Wright:
[repository upgrade]
Since you are moving from 1.4 to 1.7, however, yo
On 24/08/11 14:33, Stein Somers wrote:
Something must have run 'svn rm' or 'svn move' on this file.
Which could have happened long ago. Also long ago, something may have
recreated the actual file without reverting the delete in svn. Then
the effects you describe are perfectly normal. For su
On 24/08/11 12:28, Stefan Sperling wrote:
On Wed, Aug 24, 2011 at 12:15:28PM +0100, Giulio Troccoli wrote:
Recently I have starting experiencing something I always thought not
possible in Subversion.
I work on Ubuntu with SVN 1.6.12. If I move or delete a file using
the OS Subverision marks
Recently I have starting experiencing something I always thought not
possible in Subversion.
I work on Ubuntu with SVN 1.6.12. If I move or delete a file using the
OS Subverision marks the file as deleted rather than missing.
$ rm foo.php
$ svn st
D foo.php
while I was expecting
$ svn
On 11/08/11 17:02, Giulio Troccoli wrote:
On 11/08/11 16:59, Michael Hüttermann wrote:
Hello,
given a Subversion tag, what's the best way to get the revision
number of that tag, i.e. the revision number with which the tag was
created? Is it possible at all having checked out the t
On 11/08/11 16:59, Michael Hüttermann wrote:
Hello,
given a Subversion tag, what's the best way to get the revision number
of that tag, i.e. the revision number with which the tag was created?
Is it possible at all having checked out the tag to a local working
copy? Or is there any other w
ders rm as
equivalent to svn delete?
Because this is happens in my job and does not in my laptop at home.
On Tue, Aug 9, 2011 at 11:20 AM, Giulio Troccoli
wrote:
On 09/08/11 16:18, Adam Tong wrote:
svn st gives the that the file was deleted (D) when i do svn up it
does not bring it. But when i did
On 09/08/11 16:18, Adam Tong wrote:
svn st gives the that the file was deleted (D) when i do svn up it
does not bring it. But when i did the first sugetion of copy -r
it worked
sorry about forgeting to reply to all
On Tue, Aug 9, 2011 at 11:03 AM, Giulio Troccoli
wrote:
On 09/08/11
On 09/08/11 16:02, Adam Tong wrote:
you are right i used the os, i did not commit after deleting.
On Tue, Aug 9, 2011 at 11:00 AM, Giulio Troccoli
wrote:
On 09/08/11 15:40, Adam Tong wrote:
Hi,
When i remove a file from my local copy, I cannot get it from the
repository using the command
On 09/08/11 15:40, Adam Tong wrote:
Hi,
When i remove a file from my local copy, I cannot get it from the
repository using the command svn up.
Is there another way to get a recently deleted file? or there is
something wrong in my settings.
Thanks
Did you use the OS to delete the file or Sub
On 05/08/11 17:11, Nico Kadel-Garcia wrote:
On Fri, Aug 5, 2011 at 10:58 AM, Bob Archer wrote:
Has anything been done to improve the speed of a load. Last time I did it, when
moving from 1.5 to 1.6 it took over 12 hours. And now, two years later the repo
is probably quite a bit bigger (bec
On 05/08/11 14:18, Mark Phippard wrote:
On Fri, Aug 5, 2011 at 7:09 AM, Giulio Troccoli
<mailto:giulio.trocc...@mediatelgroup.co.uk>> wrote:
I'm working on a plan to upgrade our server from 1.4.6 to 1.6.17.
We have 75 repositories, with an average size of 30MB. They&
atter or
minutes or hours?
Also, I'm confused whether I need to run "svnadmin pack" as well, or if
the upgrade will do it for me. If I need to run, does anyone has an idea
of how long it could take?
Thanks
Giulio Troccoli
On 02/08/11 07:40, Dominik Psenner wrote:
Hi,
having a fresh subversion repository doing this as preparation:
$ mkdir foo/
$ svn add foo
$ svn commit -m "test"
Adding foo
Revision X sent.
$ rmdir foo
$ svn st
! foo
$ svn delete foo
D foo
And finally this command fails:
$ svn co
On 27/07/11 15:28, Rob Patten wrote:
Noting the Subversion 7.0 Beta2 is released we are attempting to get
ahead start on user request to have Subversion install on our IBM
servers. Our user community requested any near current version at least
but notified they will require version 7.0 for thei
On 26/07/11 15:35, Phil Pinkerton wrote:
Are there any know issues with regards to moving Repositories from one
platform to another ?
Will the old Repositories maintain their current SVN revision ?
Current platform Sun Solaris 10: SVN 1.6.5
Target platform Red Hat Enterprise 5 SVN 1.6.17 ( Su
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Johan Corveleyn [mailto:jcor...@gmail.com]
> Sent: 13 December 2010 20:04
> To: users@subversion.apache.org
> Subject:
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Jochen Wuttke [mailto:wutt...@usi.ch]
> Sent: 10 December 2010 11:03
> To: users@subversion.apache.org
> Subject: Stra
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Kevin Connor Arpe [mailto:kevina...@gmail.com]
> Sent: 23 November 2010 15:39
> To: users@subversion.apache.org
> Sub
Hi,
I have found an odd behaviour with the revert command. Maybe it's intended, but
I don't find it very intuitive. I'm using SVN 1.6.9.
If I have a changelist and I want to revert all changes made in all files in
the changelist I would use the following
svn revert --changelist
That doesn't
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Gary [mailto:subversion-u...@garydjones.name]
> Sent: 19 November 2010 08:32
> To: users@subversion.apache.org
> Subje
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Cooke, Mark [mailto:mark.co...@siemens.com]
> Sent: 11 November 2010 12:50
> To: users@subversion.apache.org
> Cc: Nes
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Cooke, Mark [mailto:mark.co...@siemens.com]
> Sent: 11 November 2010 08:50
> To: Giulio Tro
[CUT]
>
> > The thing we want is:
> > - checkout single/scattered files from different directories
> > - modify/commit them
> > - group the files and tag this group (only the files in this group).
> >
> This is not AFAIK directly possible in subversion (or any
> other similar tool that I have used
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: San Martino [mailto:sanmrt...@gmail.com]
> Sent: 10 November 2010 23:10
> To: users@subversion.apache.org
> Subject: S
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Engebakken Geir [mailto:geir.engebak...@edb.com]
> Sent: 08 November 2010 15:41
> To: Giulio Trocc
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com]
> Sent: 08 November 2010 11:52
> To: 'Sub
Lots of people here use either TortoiseMerge or WinMerge for conflict
resolution. But now I have a requirement to provide something similar for a
Linux platform and I thought of kdiff3.
I there anyone else that uses as well? I have install it but I would like some
advice on how to call it. I kn
> -Original Message-
> From: Engebakken Geir [mailto:geir.engebak...@edb.com]
> Sent: 08 November 2010 11:08
> To: Giulio Troccoli; 'Gingko'; 'Subversion User List'
> Subject: RE: Promoting a mirror repository as a source repository
>
> Sounds g
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Gingko [mailto:from_tig...@nospam.homelinux.org]
> Sent: 05 November 2010 23:50
> To: Subversion User List
> Subject:
>I only just noticed the depth option 'exclude' (as it's
> not in the book yet, only the --help). I had noticed
> TortoiseSVN gave it as an option, but had presumed that it
> was akin to the other situations where TSVN has renamed or
> extended the CLI functionality.
>
>I have even used it
>
> Hello,
>
> In a quick test, we have a project which has the following structure:
>
> /trunk/project/subfolder/file
>
> Next, we create a branch from /trunk/project to
>
> /branches/project/branch1/
>
> We edit file on trunk a first time, changing line1 and commit
>
> Inside branch1, we do a mer
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Chris Evans [mailto:chris.ev...@gresearch.co.uk]
> Sent: 29 October 2010 15:42
> To: 'users@subversion.apache.org'
> S
CC-ing the list
> -Original Message-
> From: Luiz Guilherme Kimel [mailto:lki...@dba.com.br]
> Sent: 29 October 2010 15:44
> To: Giulio Troccoli
> Subject: RES: Advice on process for web development
>
> Giulio,
>
> I would recommend you a reference
s
way, to go to 5.4.3 I won't need 5.4.1 and 5.4.2 at all, which in my opinion is
even better.
In the end what I am looking for with this email is some advice on how to
proceed from people with more experience than me in projects using PL-SQL.
Thanks
Giulio Troccoli
Linedata Limited
Regis
Hi,
I'm working with our Web Team to re-engineer their development process. All the
code is already under Subversion, but everything is in one big directory.
They're not using any branch or tags for that matter. And of course, testing is
not as rigorous and controlled as it should be. Anyway, I
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: David Weintraub [mailto:qazw...@gmail.com]
> Sent: 13 October 2010 18:03
> To: Giulio Troccoli
>
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: David Weintraub [mailto:qazw...@gmail.com]
> Sent: 13 October 2010 16:01
> To: Giulio Troccoli
>
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: David Weintraub [mailto:qazw...@gmail.com]
> Sent: 12 October 2010 18:41
> To: Subversion
> Subject: Subversion on AIX
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Dennis Borgmann [mailto:dennis.borgm...@googlemail.com]
> Sent: 23 September 2010 11:46
> To: users@subversion.apache.
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Nate Parsons [mailto:parsons.n...@gmail.com]
> Sent: 22 September 2010 05:42
> To: users
> Subject: Installing perl bi
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com]
> Sent: 21 September 2010 07:16
> To: Johno 48
> Cc: users@sub
This is a bit OT I'm afraid.
We are in the process of moving one project from StarTeam to Subversion. We are
using the Polarion svnimporter script. We are also planning on using the
svndumptool to do some reorganisation other little things before loading the
dump into a new SVN repo.
>From the
We are not a wed design company but we do have a web service team for our
Intranet and Extranet. They have been working, so far with basically a trunk
and no branches or tags. So, we are thinking of reorganising the repository,
with the usual trunk/branches/tags.
Developers will create branches
> It sounds like good advice. At least for the first few, I
> will check them out in an empty directory and compare them,
> then clear out the old directory and check them out into the
> one I really want to use.
Once you have compared the two trees, you don't need to check out again. Simply
de
> >
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> > From: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com]
> > Sent: Monday, September 13, 2010 3
> Cc: users@subversion.apache.org
> Subject: Re: Repository Directory Tree
>
> On Fri, Sep 10, 2010 at 5:57 PM, Nico Kadel-Garcia
> wrote:
> > On Fri, Sep 10, 2010 at 1:42 AM, Lorenz wrote:
> >> Giulio Troccoli wrote:
> >>>[...]
> >>>- check out the whole thi
have done, and now will need to do for
> each project I check out for the first time after doing this?
>
> Regards,
> Allen
>
> > -Original Message-
> > From: Aladdin [mailto:alad...@csunv.com]
> > Sent: Sunday, September 12, 2010 2:48 PM
> > To: '
> On Wednesday 08 September 2010, Giulio Troccoli wrote:
> > I remeber having problems with svn:eol-style set to native. I think
> > Subversion did not checkout the files with the correct EOL based on
> > the platform, but maybe that was because the files were
> actually
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Jeremy Mordkoff [mailto:j...@zeevee.com]
> Sent: 08 September 2010 14:33
> To: Giulio Tro
> Is there a safe way to rename a branch? I'm worried about all
> my mergeinfo's
If you have merged only from trunk and haven't merged from this branch, I don't
see a problem in using s imple svn mv.
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England
> I don't believe you have to go to so much trouble in the
> pre-commit hook. If you have set the svn:eol-style property
> then subversion will ensure the file has those line endings
> on checkout and update them when committing into the
> repository. So all the hook needs to do is check for the
>
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Matthew Allen [mailto:f...@memecode.com]
> Sent: 08 September 2010 10:35
> To: Giulio Troccoli
> Su
I am writing a pre-commit hook script in perl. One of the requirement is that
all files (luckly they are all text files) have the svn:eol-style property set
to LF and the actual eol is indeed LF. If that's not the case I will reject the
commit and direct the user to a page on our intranet to exp
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Matthew Allen [mailto:f...@memecode.com]
> Sent: 08 September 2010 07:41
> To: users@subversion.apache.org
> Subject:
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Allen Williams [mailto:alad...@csunv.com]
> Sent: 07 September 2010 12:24
> To: users@subversion.apache.org
> Subjec
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
From: Allen Williams [mailto:a...@csunv.com]
Sent: 06 September 2010 15:28
To: users@subversi
t; To: users@subversion.apache.org
> Cc: Giulio Troccoli; 'Daniel Becroft'
> Subject: Re: Transaction and revision numbers
>
> On Monday 06 Sep 2010, Giulio Troccoli wrote:
> >
> >
> > The class will be used by both the pre- and post-commit
> hooks, hence
> > the
Troccoli
Cc: users@subversion.apache.org
Subject: Re: Transaction and revision numbers
On Mon, Sep 6, 2010 at 7:29 PM, Giulio Troccoli
wrote:
Is there a special format of a transaction number?
I would like to write a method in perl that
Is there a special format of a transaction number?
I would like to write a method in perl that gets a number, either transaction
or revision, and then adds the correct --revision or --transaction parameter
(for the svnlook command). So if there is a special format for a transaction
number I can
>
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
-Original Message-
> From: Bob Archer [mailto:bob.arc...@amsi.com]
> Sent: 26 August 2010 17:47
> To: Giulio Tro
other branches I
have got these mergeinfo too, which I'm not interested in the least, and more
than once they confused me.
Giulio Troccoli
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
From: Tim Asplin [mailto:tim.asp...@gmail.com]
Sent: 20 August 2010 10:29
To: users@subversio
> > We have two servers(stagging and production), one
> development machine
> > and one repository SVN server separated.
Do you mean to say that the staging and production machines have a working copy
of the same SVN repository?
> > > If you have reverse-merge the offending revisions than
> your
> Thnks
>
>
> But, I can rolback the revision on my working copy (NOW my
> working copy are 3243, and the SVN 3251), but not can commit
> this 'rollback'
> to trunk! because this revision already exists on SVN Server
If you have reverse-merge the offending revisions than your working copy is at
r
> Hi
>
> I'm in a dirt, and would like a help!
>
> I will describe the workflow of the donkey:
>
> - Copy the contents of a local branch to another folder and
> removed all references .svn this folder.
> - And later removed the contents of the trunk location, via "svn rm"
> and submitted via commit
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
From: suman.mai...@asia.bnpparibas.com
[mailto:suman.mai...@asia.bnpparibas.com]
Sent: 17 August 201
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
From: erlend olsen [mailto:eolse...@hotmail.com]
Sent: 12 August 2010 13:53
To: users@subvers
1 - 100 of 175 matches
Mail list logo