How to relocate working directory

baotd
baotd
I have 3 folders like bellow:  /root/bao :This is folder container source code after created a repository   /home/bao/public_html: this is folder container source code for working  /home/svn/repos: this is repository directory   When i committed a new file then that has been uploaded to /root/bao. I want when i commit a new file, svn will upload that to /home/bao/public_html  How to i have to do ?  Thanks!

Last updated

zoodeef
zoodeef

When working with a local repository, you can just do the following:• Close Eclipse • Move the git repository on disk • Reopen Eclipse • Select File->Import... ... • Select local repository and add the new repository location • Select your project(s) to be added • (Optional) Remove the old project references from your workspace.            ________________________________________________________________________________
  [TABLE="border: 0, cellpadding: 0, cellspacing: 0, width: 129"]  [TR]  [TD]http://www.test-king.com/cert-CCNA-Security.htm[/TD]  [/TR]  [TR]  [TD]http://www.test-king.com/cert-CompTIA-Security-plus.htm[/TD]  [/TR]  [TR]  [TD]http://www.goucher.edu/[/TD]  [/TR]  [/TABLE] 
baotd
baotd
zoodeef;n70332
When working with a local repository, you can just do the following:

• Close Eclipse • Move the git repository on disk • Reopen Eclipse • Select File->Import... ... • Select local repository and add the new repository location • Select your project(s) to be added • (Optional) Remove the old project references from your workspace.
 Thank you, i know that. But i mean, i want relocate real source directory on SVN server. For example: i want to change old real source path: /root/repos to new real source /home/html  Thanks!

1-3 of 3

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.