michaelsembwever commented on PR #2114:
URL: https://github.com/apache/cassandra/pull/2114#issuecomment-1415004132
Some testing…
1. the accord directory is trying to be deleted but not…
```
~/src/apache/casSANDRA ± accord-submodules
❯ git sw trunk
warning: unable to rmdir 'accord': Directory not empty
Switched to branch 'trunk'
Your branch is up to date with 'origin/trunk'.
~/src/apache/casSANDRA ± ● trunk
```
2. trying to figure out how to switch between branches that each have their
own modifications…
```
❯ git sw -c mck/accord-submodules
Switched to a new branch 'mck/accord-submodules'
~/src/apache/casSANDRA ± mck/accord-submodules
❯ cd accord
~/src/apache/casSANDRA/accord ± remotes/origin/CASSANDRA-18204
❯ git sw -c mck/CASSANDRA-18204
Switched to a new branch 'mck/CASSANDRA-18204'
~/src/apache/casSANDRA/accord ± mck/CASSANDRA-18204
❯ git st
## mck/CASSANDRA-18204
M accord-core/src/main/java/accord/primitives/Timestamp.java
~/src/apache/casSANDRA/accord ± ● mck/CASSANDRA-18204
❯ cd ..
~/src/apache/casSANDRA ± ● mck/accord-submodules
❯ git st
## mck/accord-submodules
m accord
~/src/apache/casSANDRA ± ● mck/accord-submodules
❯ git sw accord-submodules
M accord
Switched to branch 'accord-submodules'
Your branch is up to date with 'dcapwell/accord-submodules'.
~/src/apache/casSANDRA ± ● accord-submodules
❯ git st
## accord-submodules...dcapwell/accord-submodules
m accord
~/src/apache/casSANDRA ± ● accord-submodules
❯ cd accord
~/src/apache/casSANDRA/accord ± ● mck/CASSANDRA-18204
❯ git st
## mck/CASSANDRA-18204
M accord-core/src/main/java/accord/primitives/Timestamp.java
```
i would have thought the accord branch switches with the cassandra branch…?
It didn't switch without the modifications either.
3. apache-cassandra-4.2-src.tar.gz contains class files
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]