Greg Hauptmann
2006-Aug-22 20:06 UTC
[Rails] copy SVN files somewhere else without the SVN artefacts???
Hi, Anyone know an easy what to copy a whole SVN checked out set of files to another location WITHOUT keeping the SVN artefacts? i.e. I use svn tortoise and when you do a whole copy the new area has all the SVN markers with it (due no doubt to all the SVN specific little files) Tks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Curtis Summers
2006-Aug-22 20:24 UTC
[Rails] Re: copy SVN files somewhere else without the SVN artefacts?
Greg Hauptmann wrote:> Hi, > > Anyone know an easy what to copy a whole SVN checked out set of files to > another location WITHOUT keeping the SVN artefacts? i.e. I use svn > tortoise and when you do a whole copy the new area has all the SVN > markers with it (due no doubt to all the SVN specific little files) > > TksIf you want the whole thing without the svn folders, maybe you want to Export from SVN instead of checking-out? Use Export on the TortoiseSVN menu. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Jeremy Kemper
2006-Aug-22 20:25 UTC
[Rails] Re: copy SVN files somewhere else without the SVN artefacts???
On 8/22/06, Greg Hauptmann <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Anyone know an easy what to copy a whole SVN checked out set of files to > another location WITHOUT keeping the SVN artefacts? i.e. I use svn > tortoise and when you do a whole copy the new area has all the SVN > markers with it (due no doubt to all the SVN specific little files)Use svn export. svn help export for more. jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Greg Hauptmann
2006-Aug-22 20:49 UTC
[Rails] Re: copy SVN files somewhere else without the SVN artefacts?
tks Jeremy -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---