Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Win32 CBTortoiseSVN plugin under subversion control

<< < (3/8) > >>

stahta01:
Thanks for the fix, I had an error trying "Check for Modifacations" with the normal svn-win32-1.4.5 svn.exe so I am using CollabNet Subversion; CollabNet Subversion worked without a problem. The problem was inside svn.exe, not your code.

Tim S

Keyla:
IMHO the usage of the rootfolder for SVN/CVS is quite different.
On the one hand a lot of people check in only the sourcecode, others (including myself) like it to check everything in. This includes documentations, resources ... but not the final binary. Therefor a 'clean all' and a wizzard for choosing an upper rootfolder / creating directorytrees like

--- Code: ---project
-bin
-doc
-res
-src
-test

--- End code ---
would be realy nice :-)

Jan van den Borst:

--- Quote from: Keyla on September 20, 2007, 05:46:02 pm ---IMHO the usage of the rootfolder for SVN/CVS is quite different.
On the one hand a lot of people check in only the sourcecode, others (including myself) like it to check everything in. This includes documentations, resources ... but not the final binary. Therefor a 'clean all' and a wizzard for choosing an upper rootfolder / creating directorytrees like

--- Code: ---project
-bin
-doc
-res
-src
-test

--- End code ---
would be realy nice :-)

--- End quote ---

Could you perhaps explain some more?
Jan

Keyla:
Of course. The most 'old school' coder use this directory tree because this makes it easy to collect all files for a release, teamworking,... . But the problem is that it is sometimes not nescessary to check in SVN executables, generated docs,... so everything that could be generated by the user after unchecking from the reposity. It would be cool if this files could be deleted before check in to save resources.

On the other side a lot of developers like it to put everything just in one folder and submit it to the reposity.

Jan van den Borst:
Couldn't you use the svn:ignore property to exclude unwanted files and intermediates?

Jan

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version