سؤال

I have a symfony project with the followin structure

SDCU
  |-app
  |-----cache
  |-----logs
  |-bin
  |-vendor
  |-src
  |-web

I want to import this project into SVN (1.7) but without including the cache, logs and vendor folders.

I know how to ignore a folder on a working copy but my doubt is how to import the project ignoring those folders.

هل كانت مفيدة؟

المحلول

نصائح أخرى

Don't import, svn co + copy in WC + add svn:ignore + svn ci

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top