You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/10/19 15:05:38 UTC

[GitHub] [accumulo-website] dlmarion opened a new issue, #350: Add svn instructions to Making a Release web page

dlmarion opened a new issue, #350:
URL: https://github.com/apache/accumulo-website/issues/350

   The instructions say to upload the artifacts to a SVN repo [here](https://accumulo.apache.org/contributor/making-release#copy-artifacts-to-distapacheorg). Having not used svn in over a decade, it would be very useful to have example CLI instructions.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo-website] dlmarion commented on issue #350: Add svn instructions to Making a Release web page

Posted by GitBox <gi...@apache.org>.
dlmarion commented on issue #350:
URL: https://github.com/apache/accumulo-website/issues/350#issuecomment-1284408597

   I was able to update the KEYS file by doing the following:
   
   ```
   sudo yum install -y git-svn
   git svn clone https://dist.apache.org/repos/dist/release/accumulo accumulo-dist-gitsvn
   >> make changes to KEYS file
   git add KEYS
   git commit
   git svn dcommit --username=<ASF_Username>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo-website] dlmarion commented on issue #350: Add svn instructions to Making a Release web page

Posted by GitBox <gi...@apache.org>.
dlmarion commented on issue #350:
URL: https://github.com/apache/accumulo-website/issues/350#issuecomment-1284479018

   As to how git-svn is installed, I have no opinion. But, I would think that most of us developers would understand these instructions better than using a svn client directly. These instructions are for us developers, and most, if not all of us are using git (not svn).  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo-website] dlmarion closed issue #350: Add svn instructions to Making a Release web page

Posted by GitBox <gi...@apache.org>.
dlmarion closed issue #350: Add svn instructions to Making a Release web page
URL: https://github.com/apache/accumulo-website/issues/350


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo-website] ctubbsii commented on issue #350: Add svn instructions to Making a Release web page

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #350:
URL: https://github.com/apache/accumulo-website/issues/350#issuecomment-1284469903

   There are many different `svn` clients out there, with lots of different instructions. To avoid scope creep, we should keep it very minimal. I think what you have is okay, but will only work in a specific environment. Even modern RPM-based distros have replaced `yum` with `dnf`. I'm going to see if I can find something more succinct to propose. I'll comment on your PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org