rsacchettini / napier

Automatically exported from code.google.com/p/napier
0 stars 0 forks source link

Repository cleaning and ignore list for SVN #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi 

I have cleaned the repository that Romain Bossut did from the out generated
files such as binaries or .class files.
Most of them are located in the ./out directory. As well the
./stacktrace.log file is not necessary and very heavy.
So be careful not to include this directory and this file in the repository
in the future. To do so follow the steps below : 

First case : 
If you have not yet committed (the commit action send the ADDED files to
the server's repository) the ADD (the add is the action to include a file
or a directory in the version control process) :

 Then all you have to do is use (right click)TortoiseSVN → Revert... to
undo the add (so your files will be put aside of the version control process). 
You should then add the file(s) to the ignore list so they don't get added
again later by mistake. 

Second case : 
If the files are already in the repository, you have to do a little more work. 

1) Move the file to somewhere safe, not inside your working copy (out of
the project directory). 

2)(right click)TortoiseSVN → Commit the parent folder (of the file(s) you
want to remove from the repository). 
TortoiseSVN will see that the file is missing and you can mark it for
deletion from the repository :
When committing the parent directory, the list of the files to commit will
appear in the file list, then select the one you want to delete for
deletion. To do so, right click on the file(s) and select "delete". 

3)Move the file (you have moved to somewhere else) back to its original
location. 

4) Add the file to the ignore list so you don't get into the same trouble
again (right click on the file(s) or directory and the select "add to
ignore list). 

Original issue reported on code.google.com by romato...@gmail.com on 9 Mar 2008 at 5:21

GoogleCodeExporter commented 9 years ago
It's rubbish !

Original comment by romato...@gmail.com on 12 Mar 2008 at 2:05

GoogleCodeExporter commented 9 years ago
I'm forwarding the first issue I've created, in order everyone has it.
I remind you that the code repository URL is http://code.google.com/p/napier

Original comment by romato...@gmail.com on 13 Mar 2008 at 5:05

GoogleCodeExporter commented 9 years ago

Original comment by romain.b...@gmail.com on 3 May 2008 at 11:32