reset password
Author Message
msargent
Posts: 519
Posted 22:55 Feb 11, 2015 |

I commited some old homework code to svn, but it went into a gefp folder at the same level as trunk. Is there a way to move that commit to the trunk?

cysun
Posts: 2935
Posted 08:52 Feb 12, 2015 |

You can easily move files/folders around in the SVN Repository Exploring view (just right click and select Rename/move...).

After moving it in the repository, you need to delete your working copy and re-check out the code from trunk; otherwise next time it'll commit to the gefp folder again (or cause an error) as it always commits back to where it was checked out.