News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Hooking a script to "add file to project"

Started by geiermeier, March 10, 2009, 08:58:46 AM

Previous topic - Next topic

geiermeier

What I want to do is call 'svn add' whenever a new file is added to the project.

Now it would be nice if someone could give me a short hint about how I would accomplish this. I've read most of the script documentation, I think but haven't found anything helpful.

ShureG

That would be very useful indeed. Any ideas?

MortenMacFly

Quote from: ShureG on March 13, 2009, 06:42:31 PM
That would be very useful indeed. Any ideas?
Can be easily done by a plugin.
Hence I don't know if that makes sense - consider that you will do add a file by accident sooner or later which will then be in SVN, too...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]