You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Romain Prevost <Ro...@gltrade.com> on 2005/06/28 10:06:35 UTC

SVN / PERFORCE comparison

My organisation is about to move on to a new source control system.
Are there some people there who can give me pros and cons for SVN and
Perforce

Relying on what I found all around, Perforce is faster and has a better
branch merging.
SVN can be used seemlessly over http, and has a strong community, and it
is free.

Can you help me ? Since I'd really like to move to SVN, I need some
killer arguments :)



This email communication is confidential and is intended solely for whom it is addressed. Copying, or re-using in any way by anyone else is unauthorised. Any views or opinions expressed are those of the author and do not necessarily represent those of GL TRADE or any of its affiliates. 

If you have received this mail in error, please destroy the copy in your possession and notify abuse@gltrade.com


This email communication is confidential and is intended solely for whom it is addressed. Copying, or re-using in any way by anyone else is unauthorised. Any views or opinions expressed are those of the author and do not necessarily represent those of GL TRADE or any of its affiliates. 

If you have received this mail in error, please destroy the copy in your possession and notify abuse@gltrade.com



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: SVN / PERFORCE comparison

Posted by Scott Lawrence <sl...@pingtel.com>.
On Tue, 2005-06-28 at 12:06 +0200, Romain Prevost wrote:
> My organisation is about to move on to a new source control system.
> Are there some people there who can give me pros and cons for SVN and
> Perforce
> 
> Relying on what I found all around, Perforce is faster and has a better
> branch merging.
> SVN can be used seemlessly over http, and has a strong community, and it
> is free.
> 
> Can you help me ? Since I'd really like to move to SVN, I need some
> killer arguments :)

Subversion is much better for disconnected operation, because working
copy state is stored in the working copy rather than on the server.
Operations as common as 'diff against what I checked out' or 'revert my
changes' can be done locally on the working copy without talking to the
server.

-- 
Scott Lawrence, Consulting Engineer
Pingtel Corp.  http://www.pingtel.com/
+1.781.938.5306 x162 or sip:slawrence@pingtel.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: SVN / PERFORCE comparison

Posted by Cagatay Catal <ca...@bte.mam.gov.tr>.
Have a look at this website: 
http://better-scm.berlios.de/comparison/comparison.html


SVN/PERFORCE
* Does the system support moving a file or directory to a different location
while still retaining the history of the file? 
	SVN: Yes. Renames are supported
	Perforce: Not directly (you copy and then delete but it manages to
keep track of the branch; the item below allows for this very feature)
*Can the system propagate changes from one repository to another? 
	SVN: Yes, using either Chia-Ling Kao's SVN::Mirror script or the
svn-		push utility by Shlomi Fish.
	Perforce: Unknown. Probably Not.



Best regards,

Cagatay Catal

-----Original Message-----
From: Romain Prevost [mailto:Romain.Prevost@gltrade.com] 
Sent: Tuesday, June 28, 2005 1:07 PM
To: users@subversion.tigris.org
Subject: SVN / PERFORCE comparison

My organisation is about to move on to a new source control system.
Are there some people there who can give me pros and cons for SVN and
Perforce

Relying on what I found all around, Perforce is faster and has a better
branch merging.
SVN can be used seemlessly over http, and has a strong community, and it
is free.

Can you help me ? Since I'd really like to move to SVN, I need some
killer arguments :)



This email communication is confidential and is intended solely for whom it
is addressed. Copying, or re-using in any way by anyone else is
unauthorised. Any views or opinions expressed are those of the author and do
not necessarily represent those of GL TRADE or any of its affiliates. 

If you have received this mail in error, please destroy the copy in your
possession and notify abuse@gltrade.com


This email communication is confidential and is intended solely for whom it
is addressed. Copying, or re-using in any way by anyone else is
unauthorised. Any views or opinions expressed are those of the author and do
not necessarily represent those of GL TRADE or any of its affiliates. 

If you have received this mail in error, please destroy the copy in your
possession and notify abuse@gltrade.com



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org