RE: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-05 Thread Johannes Schlüter
Hi,

On Mon, 2009-08-03 at 13:18 +0200, Uwe Schindler wrote:
> I got it, it works with TortoiseSVN, too. You can specify in the GUI to
> checkout only the immediates and so on. When you want to checkout one branch

Can you add the relevant information to the wiki so others can find it?
Do we meanwhile hae a phpweb site for svn - maybe suh things should be
mentioned there so they are available at a proper location for newomers
in future.

Maybe somebody could also update README.SVN-RULES to mention
sparse-checkouts and the single-commit-to-all-banches thing.

Thanks,
johannes



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-03 Thread Uwe Schindler
> On 08/03/2009 01:36 PM, Uwe Schindler wrote:
> > Thanks Jani,
> >
> > I thought it is still optional to do this.
> 
> Semi-optional. Since we use svn, why not fully make use of the features
> it provides?

+1. But excuse my fault, it was my first commit since the SVN migration.

> > The question is, how to do that on Windows with TortoiseSVN using the
> GUI?
> 
> No idea..is it not possible? Use some other svn client? Or commit from
> command line, it's not that hard..? (no idea if that's possible in
> windows..I don't do clickety-click stuff)

I got it, it works with TortoiseSVN, too. You can specify in the GUI to
checkout only the immediates and so on. When you want to checkout one branch
in complete, you can just use the "Update to revision" menu item and specify
HEAD (as we do not want to update a specific revision like the menu item
name suggests) and then use "fully recursive".

I think I could update the Wiki with a short HowTo.

I like TortoiseSVN to manage my checkouts, because it colors the folder and
file icons and you can quickly see whats updated.

> > We had a similar discussion on the Lucene-Java Mailinglist about
> updating
> > the backwards-compatibility tests branch with one commit together with
> > trunk.
> >
> > -
> > Uwe Schindler
> > theta...@php.net - http://www.php.net
> > NSAPI SAPI developer
> > Bremen, Germany
> >
> >
> >> -Original Message-
> >> From: Jani Taskinen [mailto:j...@php.net]
> >> Sent: Monday, August 03, 2009 12:26 PM
> >> To: Uwe Schindler
> >> Cc: php-cvs@lists.php.net; gwy...@php.net
> >> Subject: Re: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c
> >>
> >> Please use the "single-commit" way instead of doing multiple commits.
> >> Especially when you fix bugs..now there are 3 commit entries in that
> >> report. :D
> >>
> >> See also:
> >>
> >>
> http://wiki.php.net/vcs/svnfaq#sparse_directory_checkout_instructions
> >>
> >> --Jani
> >>
> >>
> >> On 08/03/2009 01:12 PM, Uwe Schindler wrote:
> >>> thetaphi Mon, 03 Aug 2009 10:12:30
> +
> >>>
> >>> Revision: http://svn.php.net/viewvc?view=revision&revision=286721
> >>>
> >>> Log:
> >>> Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define
> >> HPUX
> >>> Bug: http://bugs.php.net/46020 (Assigned) With Sun Java System Web
> >> Server 7.0 on HPUX, #define HPUX
> >>> Changed paths:
> >>>   U   php/php-src/trunk/sapi/nsapi/nsapi.c
> >>>
> >>> Modified: php/php-src/trunk/sapi/nsapi/nsapi.c
> >>> ===
> >>> --- php/php-src/trunk/sapi/nsapi/nsapi.c  2009-08-03 09:48:53 UTC
> >> (rev 286720)
> >>> +++ php/php-src/trunk/sapi/nsapi/nsapi.c  2009-08-03 10:12:30 UTC
> >> (rev 286721)
> >>> @@ -57,6 +57,13 @@
> >>>#endif
> >>>
> >>>/*
> >>> + * The manual define of HPUX is to fix bug #46020, nsapi.h needs this
> >> to detect HPUX
> >>> + */
> >>> +#ifdef __hpux
> >>> +#define HPUX
> >>> +#endif
> >>> +
> >>> +/*
> >>> * NSAPI includes
> >>> */
> >>>#include "nsapi.h"
> >>>
> >>>
> >
> >
> >



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-03 Thread Kalle Sommer Nielsen
Hi Uwe

2009/8/3 Uwe Schindler :
> Thanks Jani,
>
> I thought it is still optional to do this.
>
> The question is, how to do that on Windows with TortoiseSVN using the GUI?
> We had a similar discussion on the Lucene-Java Mailinglist about updating
> the backwards-compatibility tests branch with one commit together with
> trunk.
>

The way I did it was to download a separate client for command line,
doing my sparse checkouts there and then use TortoiseSVN to commit and
it worked pretty well :)

-- 
regrads,

Kalle Sommer Nielsen
ka...@php.net

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-03 Thread Jani Taskinen

On 08/03/2009 01:36 PM, Uwe Schindler wrote:

Thanks Jani,

I thought it is still optional to do this.


Semi-optional. Since we use svn, why not fully make use of the features 
it provides?



The question is, how to do that on Windows with TortoiseSVN using the GUI?


No idea..is it not possible? Use some other svn client? Or commit from 
command line, it's not that hard..? (no idea if that's possible in 
windows..I don't do clickety-click stuff)


--Jani




We had a similar discussion on the Lucene-Java Mailinglist about updating
the backwards-compatibility tests branch with one commit together with
trunk.

-
Uwe Schindler
theta...@php.net - http://www.php.net
NSAPI SAPI developer
Bremen, Germany



-Original Message-
From: Jani Taskinen [mailto:j...@php.net]
Sent: Monday, August 03, 2009 12:26 PM
To: Uwe Schindler
Cc: php-cvs@lists.php.net; gwy...@php.net
Subject: Re: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

Please use the "single-commit" way instead of doing multiple commits.
Especially when you fix bugs..now there are 3 commit entries in that
report. :D

See also:

http://wiki.php.net/vcs/svnfaq#sparse_directory_checkout_instructions

--Jani


On 08/03/2009 01:12 PM, Uwe Schindler wrote:

thetaphi Mon, 03 Aug 2009 10:12:30 +

Revision: http://svn.php.net/viewvc?view=revision&revision=286721

Log:
Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define

HPUX

Bug: http://bugs.php.net/46020 (Assigned) With Sun Java System Web

Server 7.0 on HPUX, #define HPUX

Changed paths:
  U   php/php-src/trunk/sapi/nsapi/nsapi.c

Modified: php/php-src/trunk/sapi/nsapi/nsapi.c
===
--- php/php-src/trunk/sapi/nsapi/nsapi.c2009-08-03 09:48:53 UTC

(rev 286720)

+++ php/php-src/trunk/sapi/nsapi/nsapi.c2009-08-03 10:12:30 UTC

(rev 286721)

@@ -57,6 +57,13 @@
   #endif

   /*
+ * The manual define of HPUX is to fix bug #46020, nsapi.h needs this

to detect HPUX

+ */
+#ifdef __hpux
+#define HPUX
+#endif
+
+/*
* NSAPI includes
*/
   #include "nsapi.h"









--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-03 Thread Uwe Schindler
Thanks Jani,

I thought it is still optional to do this.

The question is, how to do that on Windows with TortoiseSVN using the GUI?
We had a similar discussion on the Lucene-Java Mailinglist about updating
the backwards-compatibility tests branch with one commit together with
trunk.

-
Uwe Schindler
theta...@php.net - http://www.php.net
NSAPI SAPI developer
Bremen, Germany


> -Original Message-
> From: Jani Taskinen [mailto:j...@php.net]
> Sent: Monday, August 03, 2009 12:26 PM
> To: Uwe Schindler
> Cc: php-cvs@lists.php.net; gwy...@php.net
> Subject: Re: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c
> 
> Please use the "single-commit" way instead of doing multiple commits.
> Especially when you fix bugs..now there are 3 commit entries in that
> report. :D
> 
> See also:
> 
>http://wiki.php.net/vcs/svnfaq#sparse_directory_checkout_instructions
> 
> --Jani
> 
> 
> On 08/03/2009 01:12 PM, Uwe Schindler wrote:
> > thetaphi Mon, 03 Aug 2009 10:12:30 +
> >
> > Revision: http://svn.php.net/viewvc?view=revision&revision=286721
> >
> > Log:
> > Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define
> HPUX
> >
> > Bug: http://bugs.php.net/46020 (Assigned) With Sun Java System Web
> Server 7.0 on HPUX, #define HPUX
> >
> > Changed paths:
> >  U   php/php-src/trunk/sapi/nsapi/nsapi.c
> >
> > Modified: php/php-src/trunk/sapi/nsapi/nsapi.c
> > ===
> > --- php/php-src/trunk/sapi/nsapi/nsapi.c2009-08-03 09:48:53 UTC
> (rev 286720)
> > +++ php/php-src/trunk/sapi/nsapi/nsapi.c2009-08-03 10:12:30 UTC
> (rev 286721)
> > @@ -57,6 +57,13 @@
> >   #endif
> >
> >   /*
> > + * The manual define of HPUX is to fix bug #46020, nsapi.h needs this
> to detect HPUX
> > + */
> > +#ifdef __hpux
> > +#define HPUX
> > +#endif
> > +
> > +/*
> >* NSAPI includes
> >*/
> >   #include "nsapi.h"
> >
> >



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-03 Thread Jani Taskinen

Please use the "single-commit" way instead of doing multiple commits.
Especially when you fix bugs..now there are 3 commit entries in that 
report. :D


See also:

  http://wiki.php.net/vcs/svnfaq#sparse_directory_checkout_instructions

--Jani


On 08/03/2009 01:12 PM, Uwe Schindler wrote:

thetaphi Mon, 03 Aug 2009 10:12:30 +

Revision: http://svn.php.net/viewvc?view=revision&revision=286721

Log:
Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX

Bug: http://bugs.php.net/46020 (Assigned) With Sun Java System Web Server 7.0 
on HPUX, #define HPUX

Changed paths:
 U   php/php-src/trunk/sapi/nsapi/nsapi.c

Modified: php/php-src/trunk/sapi/nsapi/nsapi.c
===
--- php/php-src/trunk/sapi/nsapi/nsapi.c2009-08-03 09:48:53 UTC (rev 
286720)
+++ php/php-src/trunk/sapi/nsapi/nsapi.c2009-08-03 10:12:30 UTC (rev 
286721)
@@ -57,6 +57,13 @@
  #endif

  /*
+ * The manual define of HPUX is to fix bug #46020, nsapi.h needs this to 
detect HPUX
+ */
+#ifdef __hpux
+#define HPUX
+#endif
+
+/*
   * NSAPI includes
   */
  #include "nsapi.h"





--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php