Trying to add a folder structure and eclipse projects to SVN -



Trying to add a folder structure and eclipse projects to SVN -

it's funny, i've been working svn (tortoise on windows) relatively long time, i've never used other actions checkout, commit , merge since projects worked on existed. want set eclipse project under version command own , realize stupid that. there new svn server emtpy branches/tags/trunk folders, created person.

1.)

my intention add together 3 subfolders trunk folder - these 3 folders improve structure, should not have to version command or eclipse project (apart fact want set eclipse project in 1 of 3 folders in sec step). how can that? created 3 folders on hard drive via windows explorer , tried set them in svn's trunk folder using import function of tortoise. failed next log message:

command: import c:\new folder https://<svn-adress>/trunk adding c:\new folder\foldera adding c:\new folder\folderb adding c:\new folder\folderc commit blocked pre-commit hook svn: url file '<svn-adress>/trunk/foldera' non-existent in revision svn: url file '<svn-adress>/trunk/folderb' non-existent in revision svn: url file '<svn-adress>/trunk/folderc' non-existent in revision

2.)

in sec step, want add together eclipse project foldera , eclipse project folderb. since there content in eclise project folders, "create repository here" command of tortoise svn doesn't seem way go. apart question how properly, there aware of? e.g. 2 eclipse projects independet , isolated later on or commit of 1 project increment version of other project?

thank you

checkout https://<svn-adress>/trunk root folder (c:\new folder), svn-add files , folders want in source control, , commit.

eclipse svn version-control tortoisesvn repository

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -