[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Big Problem with TortoiseSVN on Win 10 home 64Bit

From: Ben Fritz <fritzophrenic_at_gmail.com>
Date: Thu, 16 Mar 2017 16:58:18 -0500

> Bu trying to import some folders via TortoiseSVN, the import-Process
seems to work, but after finishing, there is no .svn Folder.

The "import" command does not do what you think it does. Import does not,
and never has, created a working copy. It only adds files to the repository.

Now you need to check out your folder from the working copy. A better way
to add all files and create a working copy at the same time, is to check
out an empty folder as your working copy root (which creates the .svn
folder), and then use "Add" and "Commit" to get your initial set of files
into the repository.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3220352

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2017-03-16 22:59:10 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.