Current time: 11-27-2024, 02:18 PM Hello There, Guest! (LoginRegister)


Post Reply 
where can i download 1.0.4 and 1.1.0
Author Message
motokochan Offline
Member
***

Posts: 274
Joined: Jul 2008
Reputation: 1
Post: #6
RE: where can i download 1.0.4 and 1.1.0
(12-28-2009 12:49 PM)nuxwin Wrote:  Ah ah, with svn checkout, all related .svn directories are not removed. That can pose problem for beginner. So, explain also how remove the svn private files.

After running the make process, cd to /tmp/ispcp and run the following:

Code:
find -type d -name '.svn' -exec rm -r {} \;

The command will remove all .svn directories before you deploy the software. If your rm is aliased to "rm -i" as many distros choose to (bad idea, imo), you may need to re-alias temporarily to kill the prompts.

This command is tested with GNU findutils and should work on all Linux distributions. I specifically tested on RHEL, Slackware, and Mandriva. Not with this software, but I use that syntax a lot when I need to strip something out of a file tree.
12-28-2009 02:54 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: where can i download 1.0.4 and 1.1.0 - Nuxwin - 12-28-2009, 12:18 PM
RE: where can i download 1.0.4 and 1.1.0 - Nuxwin - 12-28-2009, 12:49 PM
RE: where can i download 1.0.4 and 1.1.0 - motokochan - 12-28-2009 02:54 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)