svn 1.5 supports -p
Hello world, The first public release candidate of subversion 1.5.0 (RC4) is out there. There are several good things there but * 'svn diff -x' now takes '-p' extension option (issue #2995) cures a long standing nuisance for us. Thanks to the subversion team for adding this feature. Regards Karoly Negyesi
The first public release candidate of subversion 1.5.0 (RC4) is out there. There are several good things there but
* 'svn diff -x' now takes '-p' extension option (issue #2995)
cures a long standing nuisance for us.
http://subversion.tigris.org/issues/show_bug.cgi?id=2995 for those who are lazy. -- Morbus Iff ( est quaedam flere voluptas ) Technical: http://www.oreillynet.com/pub/au/779 Enjoy: http://www.disobey.com/ and http://www.videounderbelly.com/ aim: akaMorbus / skype: morbusiff / icq: 2927491 / jabber.org: morbus
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Morbus Iff wrote: |> The first public release candidate of subversion 1.5.0 (RC4) is out |> there. There are several good things there but |> |> * 'svn diff -x' now takes '-p' extension option (issue #2995) |> |> cures a long standing nuisance for us. | | http://subversion.tigris.org/issues/show_bug.cgi?id=2995 | | for those who are lazy. | Sorry for a simple question, but is Drupal currently using Subversion in any way? I know only of the CVS repository... - -- Arancaytar -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIE1YoeJewkCfKXHQRAhTaAJ4/KpRZZe5wdBlhoRi1An/tdpb0bACdFa3H ClBA2EIeoFh0VGM+xbUrzhU= =Whih -----END PGP SIGNATURE-----
On Sat, Apr 26, 2008 at 12:19 PM, Arancaytar Ilyaran < arancaytar.ilyaran@gmail.com> wrote:
Morbus Iff wrote: |> The first public release candidate of subversion 1.5.0 (RC4) is out |> there. There are several good things there but |> |> * 'svn diff -x' now takes '-p' extension option (issue #2995) |> |> cures a long standing nuisance for us. | | http://subversion.tigris.org/issues/show_bug.cgi?id=2995 | | for those who are lazy. |
Sorry for a simple question, but is Drupal currently using Subversion in any way? I know only of the CVS repository...
You are right. cvs.drupal.org is CVS only at present. However, most development shops use SVN internally for managing their installations/modules/deployment/...etc. -- Khalid M. Baheyeldin 2bits.com, Inc. http://2bits.com Drupal optimization, development, customization and consulting.
On Sat, Apr 26, 2008 at 6:19 PM, Arancaytar Ilyaran <arancaytar.ilyaran@gmail.com> wrote:
Morbus Iff wrote: |> The first public release candidate of subversion 1.5.0 (RC4) is out |> there. There are several good things there but |> |> * 'svn diff -x' now takes '-p' extension option (issue #2995) |> |> cures a long standing nuisance for us. | | http://subversion.tigris.org/issues/show_bug.cgi?id=2995 | | for those who are lazy. |
Sorry for a simple question, but is Drupal currently using Subversion in any way? I know only of the CVS repository...
Drupal.org uses it for site management. The szeged2008.drupalcon.org site is SVN based for example. Gabor
On Saturday 26 April 2008, Morbus Iff wrote:
The first public release candidate of subversion 1.5.0 (RC4) is out there. There are several good things there but
* 'svn diff -x' now takes '-p' extension option (issue #2995)
cures a long standing nuisance for us.
http://subversion.tigris.org/issues/show_bug.cgi?id=2995
for those who are lazy.
I must be really lazy, because I don't actually see a description on that page of what -p actually does or why I should care vis a vis Drupal... -- Larry Garfield AIM: LOLG42 larry@garfieldtech.com ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, and the receiver cannot dispossess himself of it." -- Thomas Jefferson
2008/4/26 Larry Garfield <larry@garfieldtech.com>:
On Saturday 26 April 2008, Morbus Iff wrote:
The first public release candidate of subversion 1.5.0 (RC4) is out there. There are several good things there but
* 'svn diff -x' now takes '-p' extension option (issue #2995)
cures a long standing nuisance for us.
http://subversion.tigris.org/issues/show_bug.cgi?id=2995
for those who are lazy.
I must be really lazy, because I don't actually see a description on that page of what -p actually does or why I should care vis a vis Drupal...
It just adds the function names to the patch for those who are shortsighted.
I must be really lazy, because I don't actually see a description on that page of what -p actually does or why I should care vis a vis Drupal...
http://drupal.org/patch/create Patch readability is very important for the review process and a patch not created with that in mind is likely to be rejected by reviewers. The two best options to accomplish this are the -u option for unified formatting and -p to show the function closest to the difference in the code, making it easy to see what function changed.
participants (7)
-
Arancaytar Ilyaran -
Gábor Hojtsy -
Henrique Recidive -
Karoly Negyesi -
Khalid Baheyeldin -
Larry Garfield -
Morbus Iff