Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
463 views

Exporting an unversioned copy of a tag from Mercurial

I'm fairly comfortable with SVN, but have been looking at Mercurial for it's ability to perform offline commits. Something I haven't been able to figure out is how to do an unversioned export an old ...
3
votes
2answers
1k views

Automatically export contents of svn repository to another directory?

First, I would like to clarify a quick question I have, am I right in thinking that files in svn repo don't actually exist in the heirarchical structure you see when you check them out? I have tried ...
2
votes
3answers
164 views

Understanding the output from svn export

Working on some tweaks for a build script, I noticed that the output from svn export has an 'A' in column 1 for each file exported. A C:\build\file1 A C:\build\file2 A C:\build\file3 The ...
2
votes
3answers
532 views

Svn full dump (moving servers)

How would I get a full copy of an SVN repository and import it on another server?
1
vote
2answers
315 views

Export vs. Check out in SVN

Was just wondering what exporting does in SVN, are there any major differences between checking out a copy and export?
1
vote
2answers
338 views

SVN Export while retaining permissions

I have some files in my SVN repository that I would like to have execute permissions. When I check them into the repository with 755 permissions and run an svn export, the resulting files have 644 ...
0
votes
2answers
115 views

PHP export a specific SVN revision?

Is there a way of exporting a specific revision from SVN via PHP? The svn_function() does currently not offer such a parameter.
0
votes
4answers
146 views

Make a SVN working folder identical to repository version

I basically want to do an SVN export as part of a scripted build process, but without having to get the entire repo from scratch every time, which is slow and eats bandwidth... not to mention will ...