Am Freitag, den 10.07.2020, 09:35 -0700 schrieb Ernie Rael: > I'm going through docs for info to setup test/debug of php/mysql. I > thought I'd do some contributions along the way. I just did > > $ hg clone git://github.com/apache/netbeans-website.git > destination directory: netbeans-website > importing git objects into hg > updating to branch default > 13910 files updated, 0 files merged, 0 files removed, 0 files > unresolved > > $ cd netbeans-website/ > > $ ls > content nbproject package.json README.md > > What I got seems to be stuff that is copied to the website rather > than > the source. I think there should be a "netbeans.apache.org" > directory. > > What should I be doing?
Checkout master, you are most probably in asf-site. You are here: https://github.com/apache/netbeans-website/tree/asf-site You want to be here: https://github.com/apache/netbeans-website/tree/master > You're welcome to say "use git", but I won't find that particularly > useful ;-) If you decide not to use the tools "all others" use, it is always good to check if maybe your tools fail or have surprising behaviour. Greetings Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
