No, that is what I'm doing. Problem is : internal references are absolute,
not relative - so when you do a simple directory copy the copy will not
work on its own - it points to things at their original localtion.
> I don't quite understand I think .. but if you want to keep a simple backup,
> you can pretty much copy the entire directory - with the solution and
[quoted text clipped - 24 lines]
> > and branch at any time. Any way to do this ? I don't want to have to
> > integrate with any version control tool - I just want something simple.
Your question is exactly what I tried to ask but didn't verbalize correctly.
I, too, am new to this and need some way to "copy" solutions and ship them off to others. I was calling it Backup/Restore.
Now I wonder what one does if you want to move your projects/solutions to a new machine? Seems like there should be a "clean & painless" way to do this. I can't believe this isn't possible.
I hope someone can answer this or point me(us) in a direction to find the answer.
> No, that is what I'm doing. Problem is : internal references are absolute,
> not relative - so when you do a simple directory copy the copy will not
[quoted text clipped - 35 lines]
> > > and branch at any time. Any way to do this ? I don't want to have to
> > > integrate with any version control tool - I just want something simple.
Bob Powell [MVP] - 20 Jun 2004 21:55 GMT
The only reliable way I've found for transporting individual projects from
place to place is to not include the solution or the user files. Only zip up
the source files and the project file. This means that the solution often
has to be reconstructed at the other end and with big solutions this can be
a pain.

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Image transition effects, snap-to-grid and Layered Windows are
all discussed in May's edition of Well Formed for C# or VB programmers
http://www.bobpowell.net/currentissue.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm
The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
> Your question is exactly what I tried to ask but didn't verbalize correctly.
>
> I, too, am new to this and need some way to "copy" solutions and ship them off to others. I was calling it Backup/Restore.
>
> Now I wonder what one does if you want to move your projects/solutions to a new machine? Seems like there should be a "clean & painless" way to do
this. I can't believe this isn't possible.
> I hope someone can answer this or point me(us) in a direction to find the answer.
>
[quoted text clipped - 37 lines]
> > > > and branch at any time. Any way to do this ? I don't want to have to
> > > > integrate with any version control tool - I just want something simple.