-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkout not working as expected #736
Comments
I don't think the checkout functionality is used much anymore. Just to be sure, do you want to "lock" the specified revision (which is what checkout does), or do you just want to download the revision? Because in that case, you can simply use "download" for that purpose. Of course any calls available should be working, I'll have a look and see why "checkout" is not working as expected. |
I got this working with download, but just thought that available calls should work. Thanks for your time |
* only for non-streaming, since LongDownloadOrCheckoutAction is currently not working for streaming serializers * removed IFCXML, since they are not anymore in plugin.xml
* only for non-streaming, since LongDownloadOrCheckoutAction is currently not working for streaming serializers * removed IFCXML, since they are not anymore in plugin.xml
* only for non-streaming, since LongDownloadOrCheckoutAction is currently not working for streaming serializers * removed IFCXML, since they are not anymore in plugin.xml
* only for non-streaming, since LongDownloadOrCheckoutAction is currently not working for streaming serializers * removed IFCXML, since they are not anymore in plugin.xml
I have been making nodejs program which needs to checkin and checkout files. When I try to checkout, I get an error message
Even when I use the following function
The text was updated successfully, but these errors were encountered: