1602 / compound

MVC framework. Built on Node.JS. Works on server and browser.
http://compoundjs.com
1.6k stars 182 forks source link

Revert changes made by Compound-generated crud model #614

Closed fungl164 closed 10 years ago

fungl164 commented 10 years ago

Is there a way to revert all changes made by compound generate crud ...?

1602 commented 10 years ago

Git?

randunel commented 10 years ago

No way, other than using a versioning tool (eg: git)

anatoliychakkaev commented 10 years ago

Mihai, you said that like something wrong with this solution. I think this is proper way to do things - always use the right tool. That's why we are not trying to implement everything in compound, only do what you have to do and nothing else.

On 6 March 2014 12:10, Mihai Ene notifications@github.com wrote:

No way, other than using a versioning tool (eg: git)

Reply to this email directly or view it on GitHubhttps://github.com/1602/compound/issues/614#issuecomment-36850389 .

fungl164 commented 10 years ago

@anatoliychakkaev Thanks. I was looking for something like compound destroy scaffold ... since git would become unwieldy for such a task; especially after making several non-related commits...