ebianes
14 years agoNew Contributor
ccollab addgitdiffs: No differences were found
I’m struggling a bit with ccollab, I can’t seem to upload any diffs via addgitdiffs. I am using the command line tool (ccollab v6.0.6016).
When I run git diff, the diff is showing correctly,
git diff my_local_branch~1 my_local_branch
@@ <displays diffs correctly> @@
but when I upload the diff via ccollab I am getting errors.
ccollab addgitdiffs 441 my_local_branch~1 my_local_branch
Connecting to Code Collaborator Server <server_url>
Connected as: <my_name and userid>
Loading review ID 441.
Attaching Git Diffs to Review
Checking that you are allowed to upload files to this review
Querying Git for the diffs
Querying Git for the diffs....
ERROR: Executing command `ccollab addgitdiffs`:
No differences were found.
I also tried doing hashtag diffs like
ccollab addgitdiffs 441 efy123..h7n455k
but I get the same results.
I can access ccollab login, ccollab adchanges also works. I have my [user] credentials setup in .gitconfig as well as the web app.
Any suggestions/ideas would be appreciated. Thanks.
When I run git diff, the diff is showing correctly,
git diff my_local_branch~1 my_local_branch
@@ <displays diffs correctly> @@
but when I upload the diff via ccollab I am getting errors.
ccollab addgitdiffs 441 my_local_branch~1 my_local_branch
Connecting to Code Collaborator Server <server_url>
Connected as: <my_name and userid>
Loading review ID 441.
Attaching Git Diffs to Review
Checking that you are allowed to upload files to this review
Querying Git for the diffs
Querying Git for the diffs....
ERROR: Executing command `ccollab addgitdiffs`:
No differences were found.
I also tried doing hashtag diffs like
ccollab addgitdiffs 441 efy123..h7n455k
but I get the same results.
I can access ccollab login, ccollab adchanges also works. I have my [user] credentials setup in .gitconfig as well as the web app.
Any suggestions/ideas would be appreciated. Thanks.