Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jaspic-dev] Problems with "Jakarta Authentication Specification v. 3.0" repository.

Hello,

my PR 181 had files that I didn't commit, but now I noticed that when I clone to my PC repository forked from https://github.com/jakartaee/authentication (its not possible to fork from https://github.com/jakartaee/authentication/tree/master/spec), I've immediately problems - files deleted that should be commited ("Changes to be committed")...

Sorry - may be it is due to my ignorance, but I had not similar problems with repositories of other Jakarta EE specifications until now.

In attachment you can find "TraceWhenCloning.txt" file with entire trace when cloning and asking status of cloned branch. Here below - only head and trail of the trace:

"

Cloning into 'authentication'...
remote: Enumerating objects: 2878, done.
remote: Counting objects: 100% (447/447), done.
remote: Compressing objects: 100% (202/202), done.
Receiving objects:   1% (29/2878)
remote: Total 2878 (delta 221), reused 414 (delta 216), pack-reused 2431
Receiving objects: 100% (2878/2878), 11.67 MiB | 307.00 KiB/s, done.
Resolving deltas: 100% (1337/1337), done.
error: unable to create file tck/old-tck/source/release/JASPIC_BUILD/build_04-Jun-2022/bundle/authentication-tck/authenticationtckwork/authenticationtck/com/sun/ts/tests/jaspic/spi/servlet/Client_VerifyClientSubjects.jtr: Filename too long
error: unable to create file 

...........................................................

$ git status

On branch master
Your branch is up to date with 'origin/master'.

Changes to be committed:
  (use "git restore --staged <file>..." to unstage)
        deleted:    ../.gitignore
        deleted:    ../CONTRIBUTING.md
        deleted:    ../LICENSE.md
        deleted:    ../NOTICE.md
        deleted:    ../README.md
        deleted:    ../api/pom.xml
        deleted:    ../api/src/main/java/jakarta/security/auth/message/AuthException.java
        deleted:    ../api/src/main/java/jakarta/security/auth/message/AuthStatus.java



...........................................................

        deleted:    ../tck/zip.xml

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        ../.gitignore
        ../CONTRIBUTING.md
        ../LICENSE.md
        ../NOTICE.md
        ../README.md
        ../api/
        ../pom.xml
        ./
        ../tck-dist/
        ../tck/
"

As you can see I have "Changes to be committed:", but I didn't change anything.

What I did wrong? How I can obtain a clean version of "Authentication" repository?

Thank you,
Dmitri.


On Saturday, January 28, 2023 at 05:45:36 PM GMT+1, jaspic-dev-request@xxxxxxxxxxx <jaspic-dev-request@xxxxxxxxxxx> wrote:


Welcome to the jaspic-dev@xxxxxxxxxxx mailing list!

To post to this list, send your message to:


General information about the mailing list is at:


If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:



You can also make such adjustments via email by sending a message to:


with the word `help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including changing
the password, itself) or to unsubscribe without confirmation.  It is:

  usdifasu

Normally, Mailman will remind you of your eclipse.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.






Back to the top