[ 
https://issues.apache.org/jira/browse/CB-3997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704841#comment-13704841
 ] 

Carlos Santana commented on CB-3997:
------------------------------------

I don't know how is that possible I copied public/docs into www/docs and 
public/wiki-images into www/wiki-images
I notice I forgot to add www/wiki-images to master in git, I just did that.

take into account that jekyll build will delete public and deleting .svn 
folders inside public, don't know much about svn so don't what is the 
consequences.
then jekyll copies folder from www/ into public/ but it doesn't copy .svn into 
public. 
maybe you can try "svn update" or re-adding using svn add command after rake 
build to get some of the .svn folders back.
I think the history is lost from public, which I think is ok because the 
history is kept on the src files in www/

I was using these commands with svn:
svn add --force * --auto-props --parents --depth infinity -q
svn status > ../cordova-blog-svn-status3.txt
svn diff --force --diff-cmd /usr/bin/diff -x -au > 
../cordova-blog-svn-binary3.diff

The git repo [https://github.com/csantanapr/cordova-blog] has the files

You can try merging the git repo into svn your self, fix the rest manually and 
then commit

I don't know what to do next with svn, all I can say is that the new website is 
located in the github repo.



                
> Add a Blog section to cordova.apache.org
> ----------------------------------------
>
>                 Key: CB-3997
>                 URL: https://issues.apache.org/jira/browse/CB-3997
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Website
>            Reporter: Andrew Grieve
>            Assignee: Carlos Santana
>
> ML discussion: http://callback.markmail.org/thread/ubude5trywrzbi6g
> Set up Jekyll's blogging system at cordova.apache.org/blog

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to