Issue 75706 - Please give me <VersionControl - Modify> access to project ja
Summary: Please give me <VersionControl - Modify> access to project ja
Status: CLOSED FIXED
Alias: None
Product: Native-Lang
Classification: NLC
Component: ja (show other issues)
Version: current
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: maho.nakata
QA Contact: issues@ja
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 15:43 UTC by khirano
Modified: 2012-02-05 20:31 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description khirano 2007-03-24 15:43:30 UTC
Please give me <VersionControl - Modify> access to project ja.
Thanks.
Comment 1 maho.nakata 2007-03-24 22:46:16 UTC
started. thanks.

Sorry, but how I can add this. Could you please tell me how to do it?

All the best,
Comment 2 khirano 2007-03-24 23:16:06 UTC
Please see what I did.
I can "diff" but I can not "commit."

:~> cd ja/www
:~/ja/www> ssh -2 -N -f -L 2401:localhost:2401 tunnel@openoffice.org
Enter passphrase for key '/home/khirano/.ssh/id_dsa':
:~/ja/www> cvs -d:pserver:khirano@localhost:/cvs login
Logging in to :pserver:khirano@localhost:2401/cvs
CVS password:
:~/ja/www> cvs -d:pserver:khirano@localhost:/cvs diff -u index.html
Index: index.html
===================================================================
RCS file: /cvs/ja/www/index.html,v
retrieving revision 1.370
diff -u -r1.370 index.html
--- index.html  5 Jan 2007 08:12:14 -0000       1.370
+++ index.html  24 Mar 2007 22:05:57 -0000
@@ -38,9 +38,6 @@

       <td class="title"> <img src="images/logo.png" height="60" width="468"> </td>

-      <td> <a href="mojibake.html"> <img src="../images/mojibake-02.png"
title="" alt="Mojibake Taisaku" style="width: 228px; height: 20px;">
-      </a> </td>
-
     </tr>

   </tbody>
:~/ja/www> cvs -d:pserver:khirano@localhost:/cvs commit index.html
User khirano doesn't have <VersionControl - Modify> access to project ja
cvs [server aborted]: correct above errors first!
cvs commit: saving log message in /tmp/cvsXXXXXX
:~/ja/www>
Comment 3 maho.nakata 2007-03-25 04:35:02 UTC
content devloper role has been granted for you.
please verify.
Comment 4 khirano 2007-03-25 04:51:15 UTC
Thanks.
I should have requested the Content Developer role.
;)
I will try to change the content of "index.html" and verify my role.
Comment 5 khirano 2007-03-25 05:04:18 UTC
Content Developer role for me works well.
--------------
:~> cd ja/www
:~/ja/www> cvs -d:pserver:khirano@localhost:/cvs commit index.html
Checking in index.html;
/cvs/ja/www/index.html,v  <--  index.html
new revision: 1.371; previous revision: 1.370
done
:~/ja/www>
--------------
Thanks.
Comment 6 khirano 2007-03-25 05:05:38 UTC
Thanks for your help.
Closing.