Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > General

Lost Password?

Reply
 
Thread Tools Display Modes
  #1  
Old 08-22-2012, 12:54 PM
ranpak1 ranpak1 is offline
Junior Member
 
Join Date: Oct 2010
Posts: 12
Question Delphi Project Copying....

Greetings Delphi Fans....

I use Delphi 2010 ... However, how do I copy a project (all the files of the project) to an entirely new folder, then work in that new folder with the copy of project files, and not affect the origin project? .... Do I need to edit directory info inside of the files within the new copy? ... Is there not a easy way? ....

Thanks in advance guys! ....
Reply With Quote
  #2  
Old 08-22-2012, 02:36 PM
Norrit Norrit is offline
Moderator
 
Join Date: Aug 2001
Location: Landgraaf
Posts: 6,699
Default

What are you looking for, version control system???

http://subversion.apache.org/ (or for windows http://www.visualsvn.com/server/)
This in combination with a client (for example http://tortoisesvn.tigris.org/) should do the trick
Reply With Quote
  #3  
Old 08-22-2012, 02:49 PM
ranpak1 ranpak1 is offline
Junior Member
 
Join Date: Oct 2010
Posts: 12
Smile Thank you.........

Thank you....
Here at RANPAK CORP, our new CEO says more:
"collegiality/civility" so I am trying!

I found a method that works....
1. Create new project folder
2. "New -> VCL Forms Application - Delphi" and save as "NewProj" in new folder......
3. Within new folder, change and replace "NewProj.dfm" with "OldProj.dfm"
4. Change and replace "NewProj.pas" with "OldProj.pas"
5. Copy files as needed from old project folder....
6. Run Delphi, within "Code", change "unit OldProjName" to "unit NewProjName" ....

These steps seem to work in creating a new PROJECT in a new FOLDER, without disturbing the "OldProject" .....

Again thank you for this forum and help...........
Reply With Quote
  #4  
Old 08-23-2012, 06:55 AM
Norrit Norrit is offline
Moderator
 
Join Date: Aug 2001
Location: Landgraaf
Posts: 6,699
Default

But why the need of copy?
If it's in a version control system anybody can reach it, you can branch and many more things. And if you don't like your code just reverse
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT. The time now is 09:32 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.