-Create subversion repo -put the text file in -retrieve file -modify it replace it in repo
Dont copy from other sources
Try to do it ASAP
-Create subversion repo
-put the text file in
-retrieve file
-modify it
replace it in repo
In order to place your project under version control you will need to import your existing files and folders into your Subversion repository:
-
Use the repository browser to locate and select the folder into which your files should be imported.
-
Select the File > Import… menu item.
-
Alternatively, either right-click on the receiving folder and select Import… from the action menu, or click the Import button in the toolbar.
-
A standard open panel is displayed. Select the files and folders to import. You can select multiple items if necessary.
-
You can specify a different name for the selected file or folder in the Import As field when a single item is selected.
-
Uncheck Include sub-folders if you only wish to import files located immediately within the selected folder.
-
Uncheck Ignore files according to my global ignores settings if you want all files to be imported, regardless of whether they match the global ignore patterns specified in your Subversion configuration.
-
Click the Import button.
-
You will be prompted for a log message. Optionally enter text describing why you are importing the files before clicking Commit.
The resultant repository revision will be visible in the repository’s transcript following successful completion of the import.
Step by step
Solved in 2 steps with 1 images