Mailing List Archive

Migration to subversion
Just a quick announce for those who have not yet noticed that the
modperl-docs repository is now living in
subversion. The url for modperl-docs is now :

http://svn.apache.org/repos/asf/perl/modperl/docs/trunk (developer
access thru https)

I realize there will be a bunch of places to change in the
documentation, and I will get around doing that later
this week. In the meantime, the CVS repository remains read-only from
now until the end of time.

I am currently changing the few little bits that need changing to get
perl.apache.org building the site off
SVN instead of CVS. I am running a final test as I type this and things
looks like it's working fine.

Once this is done, I'll start submitting patches to the documentation to
start pointing people to the SVN
repository, viewcvs links, etc.

That's all for now.

Gozer out.
Re: Migration to subversion [ In reply to ]
Philippe M. Chiasson wrote:
> Just a quick announce for those who have not yet noticed that the
> modperl-docs repository is now living in
> subversion. The url for modperl-docs is now :
>
> http://svn.apache.org/repos/asf/perl/modperl/docs/trunk (developer
> access thru https)

Thanks Philippe.

Any techniques to make an existing cvs checked owned by svn, w/o doing a
re-checkout and moving the changed files over, or reapplying things as a
patch?


--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: Migration to subversion [ In reply to ]
Stas Bekman wrote:

> Philippe M. Chiasson wrote:
>
>> Just a quick announce for those who have not yet noticed that the
>> modperl-docs repository is now living in
>> subversion. The url for modperl-docs is now :
>>
>> http://svn.apache.org/repos/asf/perl/modperl/docs/trunk (developer
>> access thru https)
>
> Thanks Philippe.
>
> Any techniques to make an existing cvs checked owned by svn, w/o doing
> a re-checkout and moving the changed files over, or reapplying things
> as a patch?

Not that I can think of, no. Sounds like a : "( cd cvs; cvs diff ) | (
cd svn ; patch )" kinda solution to me. Once everything
is svn though, you get access to the great svn switch command though.

--------------------------------------------------------------------------------
Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5
http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5
Re: Migration to subversion [ In reply to ]
Philippe M. Chiasson wrote:
> Stas Bekman wrote:
>
>> Philippe M. Chiasson wrote:
>>
>>> Just a quick announce for those who have not yet noticed that the
>>> modperl-docs repository is now living in
>>> subversion. The url for modperl-docs is now :
>>>
>>> http://svn.apache.org/repos/asf/perl/modperl/docs/trunk (developer
>>> access thru https)
>>
>>
>> Thanks Philippe.
>>
>> Any techniques to make an existing cvs checked owned by svn, w/o doing
>> a re-checkout and moving the changed files over, or reapplying things
>> as a patch?
>
>
> Not that I can think of, no. Sounds like a : "( cd cvs; cvs diff ) | (
> cd svn ; patch )" kinda solution to me. Once everything
> is svn though, you get access to the great svn switch command though.

that doesn't work for new files yet unchecked.


--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: Migration to subversion [ In reply to ]
Stas Bekman wrote:

> [...]
>
> Any techniques to make an existing cvs checked owned by svn, w/o doing
> a re-checkout and moving the changed files over, or reapplying things
> as a patch?

>> Not that I can think of, no. Sounds like a : "( cd cvs; cvs diff ) |
>> ( cd svn ; patch )" kinda solution to me. Once everything
>> is svn though, you get access to the great svn switch command though.
>
> that doesn't work for new files yet unchecked.

Well, cvs wouldn't know anything about these files either, so it's
either cvs add files; "( cd cvs; cvs diff ) | ( cd svn ; patch )"
or it's rsync -av --exclude=CVS/ cvs/ svn/ and risk it that way.

I went the cvs diff | ( cd svn ; patch) way myself.

--------------------------------------------------------------------------------
Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5
http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5
Re: Migration to subversion [ In reply to ]
Philippe M. Chiasson wrote:
> Stas Bekman wrote:
>
>> [...]
>>
>> Any techniques to make an existing cvs checked owned by svn, w/o doing
>> a re-checkout and moving the changed files over, or reapplying things
>> as a patch?
>
>
>>> Not that I can think of, no. Sounds like a : "( cd cvs; cvs diff ) |
>>> ( cd svn ; patch )" kinda solution to me. Once everything
>>> is svn though, you get access to the great svn switch command though.
>>
>>
>> that doesn't work for new files yet unchecked.
>
>
> Well, cvs wouldn't know anything about these files either, so it's
> either cvs add files; "( cd cvs; cvs diff ) | ( cd svn ; patch )"
> or it's rsync -av --exclude=CVS/ cvs/ svn/ and risk it that way.
>
> I went the cvs diff | ( cd svn ; patch) way myself.

Never mind. I thought it was possible to take over an existing cvs
checkout, ala svn switch.


--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org