Download single source file without line numbers
Download single source file without line numbers
am 28.10.2009 00:17:06 von Ryan Watkins
--=_alternative 007FE8C90725765C_=
Content-Type: text/plain; charset="US-ASCII"
Is there a way to download a single source file from the Apache-SVN
without getting the line numbers on the left?
--=_alternative 007FE8C90725765C_=
Content-Type: text/html; charset="US-ASCII"
Is there a way to download a single source
file from the Apache-SVN without getting the line numbers on the left?
--=_alternative 007FE8C90725765C_=--
Re: Download single source file without line numbers
am 28.10.2009 00:31:44 von Eric Covener
On Tue, Oct 27, 2009 at 7:17 PM, Ryan Watkins wrote:
> Is there a way to download a single source file from the Apache-SVN without
> getting the line numbers on the left?
>
I think you'll have to use an SVN client,
http://httpd.apache.org/dev/devnotes.html
It seems that directly downloading a revision (not marked up) is not
available on the ASF viewvc.
--
Eric Covener
covener@gmail.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Download single source file without line numbers
am 28.10.2009 10:13:53 von Rainer Frey
On Wednesday 28 October 2009 00:31:44 Eric Covener wrote:
> On Tue, Oct 27, 2009 at 7:17 PM, Ryan Watkins wrote:
> > Is there a way to download a single source file from the Apache-SVN
> > without getting the line numbers on the left?
>
> I think you'll have to use an SVN client,
> http://httpd.apache.org/dev/devnotes.html
>
> It seems that directly downloading a revision (not marked up) is not
> available on the ASF viewvc.
If the OP is content with the head revision of the branch of interest, he can
use the checkout URL from that link in a browser instead of an SVN client.
E.g. go to: http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/ and
browse.
Rainer
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Download single source file without line numbers
am 28.10.2009 12:43:40 von Dan Poirier
Eric Covener writes:
> On Tue, Oct 27, 2009 at 7:17 PM, Ryan Watkins wrote:
>> Is there a way to download a single source file from the Apache-SVN without
>> getting the line numbers on the left?
>>
>
> I think you'll have to use an SVN client,
> http://httpd.apache.org/dev/devnotes.html
>
> It seems that directly downloading a revision (not marked up) is not
> available on the ASF viewvc.
From the ViewVC help:
# File Download (Checkout View) - Retrieves the unaltered contents of
a file revision. Browsers may try to display the file, or just save
it to disk. This view is disabled in the default ViewVC
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
configuration.
^^^^^^^^^^^^^
So maybe somebody at apache.org just needs to enable this, assuming
there's no particular reason it's not enabled already.
Dan
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org