Quoth Vijay Gill:
> My components (as any other piece of code) undergo changes even while
> the projects using them are being developed. Also whenever I need some
> new functionality, while developing a project, which can be placed in
> a component, I do it right-away. But since this component comes into
> existance as a part of development, it might need changes as we go
> along.
>
> My components are not part of main project, but stand-alone projects
> which are 'Reference-ed' by the project that uses them.
In which case the simplest and most sensible thing to do is to make them
all part of the same solution file. Not only will they all build
together (making sure you're using the most up-to-date code), you'll be
able to more easy debug into them as necessary.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Aug 3 02:00:13 2006