-
Notifications
You must be signed in to change notification settings - Fork 2.5k
The v2.2.0 branch not found #449
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
Comments
Hi @senovr, I think you should be able to add a command-line flag The The reason that CCDS is trying to check out the v2.2.0 ref is because we've injected logic that will use the current version of CCDS installed instead of the default branch.
Yes, this is something that has happened over time in order to support some of the more advanced customization features we've implemented. Thanks for reporting this to us—your feedback on how you're using CCDS is helpful to us for navigating the tradeoffs in the design. |
indeed, I committed my modified template to master. |
Hi @senovr, can you provide more information on how you've set up your environment, what version of ccds you have installed, any other error messages, etc.? I am not able to reproduce your error. The following set of commands, which to my best understanding are equivalent-ish to what you are doing, work without any error for me.
|
If I am executing this row: |
Hi everyone,
I hope you're doing well!
I've been using CCDS (Cookiecutter Data Science) within my data science team since version 1, and it has been an integral part of our workflow. Recently, I decided to upgrade to version 2+ to leverage its improvements. Along the way, I wanted to customize the template—after discussing with my team—to better align with our specific processes and workflow requirements.
Here’s what I’ve done so far:
Cloned the original CCDS Git repository.
Removed the .git folder to detach it from the original repository.
Made adjustments, such as reorganizing the folder structure and tweaking the Makefiles.
Pushed the customized version to a private Git repository hosted on our GitLab instance.
However, I’ve encountered an issue that I didn’t anticipate based on my experience with CCDS v1. When I execute the following command:
I receive the following error:
From what I can tell, CCDS seems tightly coupled to the original repository’s structure or branch naming conventions.
Could anyone advise me on how best to proceed? Specifically:
How can I ensure that my customized template works seamlessly with CCDS moving forward?
Is there a way to decouple CCDS from its strict dependency on the original repo structure?
Additionally, I plan to update this template periodically to reflect evolving team needs. My goal is to maintain a smooth developer experience—where team members can simply run the command again, accept updates, and continue working without disruptions.
Any insights or guidance would be greatly appreciated! Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: