[sr #110707] Lost password before account activated

2022-09-02 Thread Bob Proulx
Follow-up Comment #5, sr #110707 (project administration):

The first two tickets were posted from anonymous access which is allowed for
posting tickets.  To allow people to open a ticket about trying to create an
account. So that's expected and desired.

And now that you have posted a ticket from your account that means your
account is no longer idle. And the note I posted about idle accounts no longer
applies to it. Good!



___

Reply to this item at:

  

___
Message sent via Savannah
https://savannah.nongnu.org/




Re: Please make a repo for the GNU C Manual

2022-09-02 Thread Bob Proulx
Richard Stallman wrote:
>   > What name do you want to use for the principal branch?  Then specific
>   > instructions could be supplied.
>
> Let's use `trunk'.
>
>   > And actually it might be simplest if I were to reach into the remote
>   > git repository and set that as the default branch name, and then have
>   > you clone it again so that you don't need to do anything on your end.
>
> Thank you.

Done.  I have set things up and initialized the repository for you.
Please make a new pristine clone checkout again.

...remove the local c-intro-and-ref first for a pristine checkout...
git clone git.sv.gnu.org:/srv/git/c-intro-and-ref.git

Then copy into that directory the new files to commit.  Add them.
Commit them.  Push the result.

cd c-intro-and-ref
...copy in the files...
git add ./*
git status
git commit
git log -p # review
git push

That should do it!

Bob